summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* ctdbd_conn: Fix a memleakVolker Lendecke2015-07-141-0/+1
* vfs_fruit: Fix the 32-bit buildVolker Lendecke2015-07-131-4/+5
* libsmb: Implement smbc_notifyVolker Lendecke2015-07-108-1/+530
* Replace random() and related calls with generate_random_buffer()Robin McCorkell2015-07-101-4/+3
* smbcontrol: Set internal log level to 0Christof Schmitt2015-07-101-0/+1
* smbstatus: Set internal log level to 0Christof Schmitt2015-07-101-0/+1
* rpcclient: Set internal log level to 0Christof Schmitt2015-07-101-0/+1
* rpc_server: Fix CID 1311342 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2015-07-101-3/+1
* rpc_server: Fix CID 1311341 Integer handling issues (OVERFLOW_BEFORE_WIDEN)Volker Lendecke2015-07-091-2/+2
* rpc_server: Fix CID 1311340 Null pointer dereferences (NULL_RETURNS)Volker Lendecke2015-07-091-0/+3
* rpc_server: Fix CID 1311339 Error handling issues (CHECKED_RETURN)Volker Lendecke2015-07-091-1/+4
* smbd: Fix CID 1311338 Error handling issues (CHECKED_RETURN)Volker Lendecke2015-07-091-1/+6
* smbd: Fix CID 1311337 Error handling issues (CHECKED_RETURN)Volker Lendecke2015-07-091-2/+1
* dalloc: Fix CID 1097369 API usage errors (VARARGS)Volker Lendecke2015-07-091-1/+3
* dalloc: Fix a typoVolker Lendecke2015-07-091-1/+1
* dosmode: Change message of result to informationalChristof Schmitt2015-07-091-2/+3
* vfs: Change final message in check_reduce_name to "info"Christof Schmitt2015-07-091-2/+1
* vfs: Make entry message for check_reduced_name a debug messageChristof Schmitt2015-07-091-1/+1
* net: fix the order of DC lookup methods when joining a domainUri Simchoni2015-07-093-1/+23
* Fix format size errors for i386 in source3/librpc/crypto/gse.cDouglas Bagnall2015-07-091-7/+7
* s3:winbindd: add wb_irpc_GetForestTrustInformation()Stefan Metzmacher2015-07-081-0/+46
* s3:winbindd: implement winbind_GetForestTrustInformation()Stefan Metzmacher2015-07-081-1/+200
* librpc/idl: add winbind_GetForestTrustInformation()Stefan Metzmacher2015-07-081-0/+13
* s3:winbindd: add wb_irpc_LogonControl()Stefan Metzmacher2015-07-081-1/+72
* s3:winbindd: implement _winbind_LogonControl*()Stefan Metzmacher2015-07-081-0/+583
* librpc/idl: add winbind_LogonControl()Stefan Metzmacher2015-07-081-0/+13
* s3:pdb_samba_dsdb: make use of dsdb_trust_search_tdo()Stefan Metzmacher2015-07-081-13/+16
* Spelling correction: exlusive -> exclusivePaul Wayper2015-07-081-1/+1
* s3:wscript_build: fix the build using dmapi and fam togetherStefan Metzmacher2015-07-081-3/+5
* vfs_gpfs: Use C99 initializers instead of ZERO_STRUCTChristof Schmitt2015-07-081-8/+4
* vfs_gpfs: Use ACL defines from GPFS 3.5 header filesChristof Schmitt2015-07-081-16/+12
* Remove ctdb_conn.[ch]Volker Lendecke2015-07-087-931/+0
* notifyd: Add notifyddVolker Lendecke2015-07-072-0/+90
* utils: add net notifyVolker Lendecke2015-07-074-0/+208
* notify: Remove two now unused stubsVolker Lendecke2015-07-072-21/+0
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-078-170/+1
* notify: Re-add notify_walk()Volker Lendecke2015-07-073-34/+96
* notifyd: Add notifyd_parse_db()Volker Lendecke2015-07-072-0/+84
* smbd: Remove the notify_fam moduleVolker Lendecke2015-07-072-323/+0
* smbd: Kernel change notify is done by notifydVolker Lendecke2015-07-071-22/+0
* smbd: Replace the tdb-based notify_internal with notify_msgVolker Lendecke2015-07-074-1285/+270
* smbd: Don't start the notify cleanup anymoreVolker Lendecke2015-07-071-100/+0
* smbd: Start the notify daemonVolker Lendecke2015-07-072-0/+96
* smbd: Add the notify daemonVolker Lendecke2015-07-075-0/+1693
* smbd: Add direct notify_fam supportVolker Lendecke2015-07-073-1/+323
* param: Make "kernel change notify" globalVolker Lendecke2015-07-072-2/+2
* param: Make "change notify" globalVolker Lendecke2015-07-072-2/+3
* lib: Add server_id_db_set_exclusiveVolker Lendecke2015-07-073-0/+127
* smbd:trans2: treat new SMB_SIGNING_DESIRED in caseMichael Adam2015-07-071-0/+1
* s3-mdssvc: add mdssd RPC service daemon for mdssvcRalph Boehme2015-07-076-2/+775