summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2014-08-07lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher5-425/+4
2014-08-07s3:lib/memcache: only include the required header filesStefan Metzmacher1-1/+6
2014-08-07s3:lib/memcache: make use of talloc for memcache_elementsStefan Metzmacher1-6/+5
2014-08-07s3:lib/memcache: use uint8_t instead of uint8Stefan Metzmacher1-2/+2
2014-07-15msg_channel: Fix a 100% CPU loopVolker Lendecke1-0/+12
2014-06-22s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison1-9/+17
2014-06-22s3: nmbd: Fix bug 10633 - nmbd denial of serviceJeremy Allison1-5/+2
2014-05-20lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2-3/+3
2014-04-29s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison1-10/+16
2014-04-29s3-lib/util: fix read across end of namelist stringBjörn Baumbach1-2/+5
2014-04-04s3: messages: Implement cleanup of dead records.Jeremy Allison2-0/+55
2014-04-01s3: lib: Back-port tevent_queue_wait_send/recv -> smbd_tevent_queue_wait_send...Jeremy Allison2-0/+115
2014-03-10s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher1-6/+30
2013-12-14s3-lib: Fix %G substitution for domain users in smbdAndreas Schneider1-1/+11
2013-12-09Merge tag 'samba-4.1.3' into v4-1-testKarolin Seeger5-1/+187
2013-12-05CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2-0/+32
2013-12-05CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison3-1/+145
2013-12-05CVE-2013-4408:s3:ctdb_conn: add some length verification to ctdb_packet_more()Stefan Metzmacher1-0/+5
2013-12-05CVE-2013-4408:s3:util_tsock: add some overflow detection to tstream_read_pack...Stefan Metzmacher1-0/+5
2013-11-28smbd: Fix bug 10284Volker Lendecke1-69/+31
2013-11-26s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider1-6/+25
2013-11-22s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison1-0/+42
2013-11-22smbd: Fix a talloc hierarchy problem in msg_channelVolker Lendecke1-1/+1
2013-09-12dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2-0/+18
2013-08-30s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2-0/+162
2013-08-30s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher1-1/+1
2013-08-30s3:lib: remove unused interpret_protocol()Stefan Metzmacher1-25/+0
2013-08-27Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison1-2/+4
2013-08-20s3:lib/system fix build on AIX 7Christian Ambach1-3/+12
2013-08-07Add ea_list_has_invalid_name() function.Jeremy Allison1-0/+34
2013-07-15s3-lib: hide incomplete smbXsrv_tcon_global recordsStefan Metzmacher1-0/+13
2013-07-15s3-lib: fix segf while reading incomplete session info (bug #10003)Björn Baumbach2-7/+17
2013-06-25s3:lib add mapping for ETXTBSYChristian Ambach1-0/+3
2013-06-21s3:lib/util_sid_passdb make use of pdb_is_responsible_for_* functionsChristian Ambach1-15/+34
2013-06-18Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825eJeremy Allison1-2/+7
2013-06-18Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison1-3/+8
2013-06-14gencache: Simplify gencache_init a bitVolker Lendecke1-13/+16
2013-06-11lib: Remove an unused variableVolker Lendecke1-1/+0
2013-06-03s3:lib/ctdb_packet use sys_send in packet_fd_writeChristian Ambach1-1/+1
2013-05-28Remove lib/netapi autoconf build system, this is now build with wafAndrew Bartlett2-421/+0
2013-05-18swat: Remove swat.Kai Blin1-10/+0
2013-05-17s3:lib/ctdb_conn make sure we are root before connecting to CTDBChristian Ambach1-1/+14
2013-05-17lib: Add before/after hooks to async_connectVolker Lendecke2-3/+3
2013-05-16s3:lib/dbwrap add missing curly bracesChristian Ambach1-2/+4
2013-05-12lib: Fix CID 241650 Sizeof not portableVolker Lendecke1-1/+1
2013-05-12pthreadpool: Fix CID 710828 Sizeof not portableVolker Lendecke1-1/+1
2013-05-06s3:lib fix wrong usage of PRIu64 in sscanfChristian Ambach1-1/+1
2013-04-26dbwrap: Allow dbwrap_record_watch_recv to not lock the recordVolker Lendecke1-0/+3
2013-04-19Ensure drain_socket() operates on a blocking socket.Jeremy Allison1-2/+15
2013-04-18util_tdb: add function tdb_data_string()Gregor Beck1-0/+33