summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3: messaging_ctdbd_init potentially modifies my_vnnVolker Lendecke2010-08-311-0/+1
* s3: Make ctdbd_init_connection staticVolker Lendecke2010-08-312-4/+2
* s3: use fine grained time in netprot responseBjörn Jacke2010-08-311-3/+4
* s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-0/+1
* s3: use monotonic clock for time deltas in smbgetBjörn Jacke2010-08-311-2/+5
* tdb/waf: the deps for rt are provided by libreplaceBjörn Jacke2010-08-311-1/+1
* replace/waf: add rt to deps at this placeBjörn Jacke2010-08-311-1/+1
* s4: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-1/+1
* packaging: build fixesVolker Lendecke2010-08-311-9/+9
* s4/torture: use monotonic clock for time deltas in denytestBjörn Jacke2010-08-311-15/+15
* s4/ldb: use monotonic clock for time deltas in ldbtestBjörn Jacke2010-08-311-4/+4
* s3: use monotonic time in timeout of sys_select_intr()Björn Jacke2010-08-311-10/+11
* lib/util: add nsec_time_diff to calulate diffs from timespecsBjörn Jacke2010-08-312-0/+14
* s3: use monotonic clock for time deltas in namequery functionsBjörn Jacke2010-08-311-12/+12
* s3: use monotonic clock for time deltas in smbtarBjörn Jacke2010-08-311-7/+7
* s3: use monotonic clock for time deltas in smbclientBjörn Jacke2010-08-311-15/+13
* s3: add TspecDiff macroBjörn Jacke2010-08-311-0/+9
* s4:process_thread: use monotonic time for time deltasBjörn Jacke2010-08-311-9/+10
* lib/util: add function to query the monotonic clock with the required fallbac...Björn Jacke2010-08-312-0/+15
* libreplace: make a define for a best effort monotonic clockBjörn Jacke2010-08-311-0/+7
* s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2010-08-312-20/+0
* s3: use clock_gettime() in timespec_current()Björn Jacke2010-08-311-4/+1
* libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke2010-08-314-0/+32
* libreplace/waf: look for clock_gettimeBjörn Jacke2010-08-311-0/+1
* libreplace: move detection of clock_gettime to libreplaceBjörn Jacke2010-08-313-48/+45
* libreplace: move gettimeofday TZ arg check hereBjörn Jacke2010-08-314-11/+10
* packaging: cifsutils are no longer part of SambaVolker Lendecke2010-08-311-11/+0
* s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett2010-08-316-12/+12
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-3115-72/+72
* s3: Fix a segfault in the printer code using create_conn_structVolker Lendecke2010-08-301-1/+7
* s4:lib/messaging: add some const to messaging_send()Stefan Metzmacher2010-08-302-2/+2
* Disable gccdeps if -MD is not supportedThomas Nagy2010-08-301-3/+23
* vfs_smb_traffic_analyzer: fix off by a second bugBjörn Jacke2010-08-301-1/+1
* s3-auth: The unlock of the account is now done by the get_sampwnam call.Andreas Schneider2010-08-301-5/+2
* s3-passdb: Try to unlock the account if it is locked out.Andreas Schneider2010-08-301-10/+53
* s3-passdb: Added a pdb_try_account_unlock function.Andreas Schneider2010-08-301-0/+74
* s3-auth: Use SamInfo3_for_guest to create guest server_info.Andreas Schneider2010-08-301-19/+70
* packaging: Build with -O3Volker Lendecke2010-08-302-2/+2
* packaging: Attempt to fix the RPM buildVolker Lendecke2010-08-301-0/+2
* s3-kerberos: try to fix the build w/o kerberos support.Günther Deschner2010-08-301-1/+7
* s3: Fix some uninitialized variable warningsVolker Lendecke2010-08-302-6/+6
* s3: Fix the build of the nfs4_acl moduleVolker Lendecke2010-08-301-0/+1
* s3-waf: fix the build after gssapi changes.Günther Deschner2010-08-301-1/+2
* dcerpc-gssapi: include missing dcerpc_krb5.h header.Günther Deschner2010-08-301-0/+1
* dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is unav...Günther Deschner2010-08-301-1/+1
* s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server sideSimo Sorce2010-08-301-29/+364
* dcerpc-gssapi: add function to retrieve client nameSimo Sorce2010-08-302-0/+44
* dcerpc-gssapi: add function to extract authtimeSimo Sorce2010-08-302-0/+54
* dcerpc-gssapi: add function to extract authorization data (PAC) form gssapi c...Simo Sorce2010-08-302-4/+63
* dcerpc-gssapi: add function to check flagsSimo Sorce2010-08-301-2/+30