summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* build: Remove unused define UNIXWAREAndrew Bartlett2012-09-231-2/+1
* lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett2012-09-231-2/+1
* build: Make waf configure match autoconf for HPUX ACLsAndrew Bartlett2012-09-231-0/+1
* build: Rework waf STAT_ST_BLOCKSIZE to match autoconf, with 512 as the defaultAndrew Bartlett2012-09-231-6/+13
* lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett2012-09-231-5/+0
* build: Remove unused IRIX and IRIX6 definesAndrew Bartlett2012-09-231-6/+1
* s3:vfs_fake_acls fix a compiler warningChristian Ambach2012-09-231-1/+1
* s3:winbindd fix a compiler warningChristian Ambach2012-09-221-1/+1
* s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()Michael Adam2012-09-221-1/+1
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam2012-09-226-8/+0
* s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-14/+2
* s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-18/+0
* s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...Stefan Metzmacher2012-09-221-34/+1
* s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()Stefan Metzmacher2012-09-221-2/+1
* s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-26/+3
* s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher2012-09-221-2/+6
* s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2012-09-222-51/+3
* s3:smbd:smb2: add check for session_status for compound requestsMichael Adam2012-09-221-3/+3
* s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher2012-09-221-15/+15
* s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher2012-09-221-0/+4
* s3: Compound requests should continue processing.Ira Cooper2012-09-221-3/+2
* build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SETAndrew Bartlett2012-09-223-9/+9
* build: Try not build with LDAP if we do not have ldap.hAndrew Bartlett2012-09-221-1/+1
* s3:pdb_ldap remove unused functionChristian Ambach2012-09-221-23/+0
* s3:rpcclient fix a compiler warningChristian Ambach2012-09-221-0/+2
* s3:utils/net fix a compiler warningChristian Ambach2012-09-221-1/+1
* s3:smbd: release the share mode lock before calling exit_server() (bug #9191)Stefan Metzmacher2012-09-211-0/+2
* s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supportedGregor Beck2012-09-211-0/+1
* winbind: Extend wbcAuthenticateUserEx to provide PACChristof Schmitt2012-09-203-6/+153
* vfs: fix acl_blob_get* in vfs_full_auditDavid Disseldorp2012-09-201-9/+11
* vfs: fix lock logging in vfs_full_auditDavid Disseldorp2012-09-201-4/+4
* s3-printing: Increase debug level for info that the db is empty.Andreas Schneider2012-09-201-1/+2
* s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()Stefan Metzmacher2012-09-201-1/+1
* s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"Michael Adam2012-09-201-3/+5
* s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"Michael Adam2012-09-201-3/+5
* s3: Fix idmap_hashVolker Lendecke2012-09-201-1/+1
* s3: Use SBVAL in put_long_date_timespecVolker Lendecke2012-09-191-2/+1
* s3: Fix some nonempty line endingsVolker Lendecke2012-09-181-12/+12
* quota: add supprt for gfs2Björn Jacke2012-09-181-0/+2
* panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou2012-09-181-1/+0
* source3/script: fix installman.sh after the last build-manpages-nogit changeMichael Adam2012-09-181-2/+2
* Fix service control for non-internal services.Vladimir Marek2012-09-181-4/+0
* s3:libsmb fix a double free errorChristian Ambach2012-09-171-1/+0
* s3:libsmb fix a potential crashChristian Ambach2012-09-161-9/+12
* s3:vfs_gpfs: fix buildChristian Ambach2012-09-161-5/+5
* s3:auth fix a compiler warningChristian Ambach2012-09-161-3/+2
* quota: also log which fs type we foundBjörn Jacke2012-09-151-1/+1
* autoconf: check for dn_expand also in libinetBjörn Jacke2012-09-151-0/+1
* wafbuild: check for dn_expand also in libinetBjörn Jacke2012-09-151-0/+1
* Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison2012-09-154-5/+10