summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison2010-09-092-0/+13
* Fix warnings caused by double ";;" at the end of the time_mono() fixes.Jeremy Allison2010-09-081-3/+3
* s3/ldap: use monotonic clock for timeouts in smbldapBjörn Jacke2010-09-081-17/+23
* s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell2010-09-021-0/+10
* s3-ctdb: ctdbd_init_connection() is static to this file.Günther Deschner2010-09-011-8/+0
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-314-18/+12
* s3: messaging_ctdbd_init potentially modifies my_vnnVolker Lendecke2010-08-311-0/+1
* s3: Make ctdbd_init_connection staticVolker Lendecke2010-08-311-2/+2
* s3: use monotonic time in timeout of sys_select_intr()Björn Jacke2010-08-311-10/+11
* s3: use clock_gettime() in timespec_current()Björn Jacke2010-08-311-4/+1
* s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett2010-08-312-6/+6
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-312-10/+10
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-291-5/+0
* s3: Set the client_id in substitute.c onceVolker Lendecke2010-08-291-12/+33
* s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke2010-08-281-4/+4
* s3: Fix some DEBUGsVolker Lendecke2010-08-281-2/+2
* s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke2010-08-281-15/+0
* s3: Fix a typoVolker Lendecke2010-08-281-1/+1
* s3: Remove the dependency of g_lock on procid_selfVolker Lendecke2010-08-281-9/+13
* s3-build: use talloc_dict.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-2611-0/+11
* s3-build: only include krb5 environment variables where required.Günther Deschner2010-08-261-0/+1
* s3-build: only include libnscd.h where needed.Günther Deschner2010-08-261-0/+4
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-262-0/+11
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-263-0/+3
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-255-0/+5
* s3:smbd: add a nfs backend for sysquotas.Michael Adam2010-08-252-0/+274
* s3: Fix some nonemtpy blank linesVolker Lendecke2010-08-221-2/+2
* s3: Move check_access to cgi.c, its only userVolker Lendecke2010-08-221-81/+0
* s3: Replace calls to check_access by allow_accessVolker Lendecke2010-08-221-0/+4
* -ENOTSUP translates to NT_STATUS_NOT_SUPPORTEDSurbhi Palande2010-08-191-1/+3
* s3: Fix serverid_register_msg_flagsVolker Lendecke2010-08-181-4/+2
* s3-lib: Fixed a possible crash bug.Andreas Schneider2010-08-181-0/+2
* s3: Fix an uninitialized variableVolker Lendecke2010-08-181-3/+2
* s3: Move read_smb_length() to smbd/reply.cVolker Lendecke2010-08-171-42/+0
* s3: Remove smbd_server_fd from receive_smb_rawVolker Lendecke2010-08-171-25/+4
* s3: Lift smbd_server_fd() from read_smb_length_return_keepaliveVolker Lendecke2010-08-171-13/+24
* s3: Lift smbd_server_fd() from read_data()Volker Lendecke2010-08-171-19/+1
* s3: Lift smbd_server_fd() from read_fd_with_timeout()Volker Lendecke2010-08-171-43/+44
* s3-util: remove unused variable.Günther Deschner2010-08-171-1/+0
* s3: Remove smbd_server_fd() from write_data()Volker Lendecke2010-08-171-20/+1
* s3: Simplify the logic of check_access by an early returnVolker Lendecke2010-08-161-34/+32
* s3: Fix some type-punned warningsVolker Lendecke2010-08-161-1/+3
* s3: Remove get_client_fd()Volker Lendecke2010-08-163-10/+13
* s3: Remove smbd_messaging_context from dummysmbdVolker Lendecke2010-08-081-5/+0
* s3: Remove procid_self() from connections_fetch_entry()Volker Lendecke2010-08-071-1/+2
* s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke2010-08-071-1/+2
* s3: Remove an unnecessary NULL checkVolker Lendecke2010-08-071-1/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-064-3/+4