summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement db_rbt_traverseVolker Lendecke2009-08-081-4/+33
* Fix some nonempty blank linesVolker Lendecke2009-08-076-37/+36
* s3/smbldap: Fix typo in debug message.Karolin Seeger2009-08-061-1/+1
* Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to al...Yannick Bergeron2009-07-311-1/+1
* s3:dbwrap: add dbwrap_trans_change_int32_atomic()Michael Adam2009-07-291-0/+17
* s3:dbwrap: export logic of dbwrap_change_int32_atomic into an action functionMichael Adam2009-07-291-6/+31
* s3:dbwrap: change dbwrap_change_int32_atomic() to take int32_t, not int32Michael Adam2009-07-291-2/+2
* s3:dbwrap: add dbwrap_trans_change_uint32_atomic()Michael Adam2009-07-291-0/+17
* s3:dbwrap: export logic of dbwrap_change_uint32_atomic into an action functionMichael Adam2009-07-291-6/+31
* s3:dbwrap: untangle assignment and check in dbwrap_change_int32_atomic()Michael Adam2009-07-291-2/+2
* s3:dbwrap: untangle assignemend and check in dbwrap_change_uint32_atomic()Michael Adam2009-07-291-2/+2
* s3:dbwrap: don't leak in dbwrap_change_int32_atomic().Michael Adam2009-07-291-2/+3
* s3:dbwrap: don't leak in dbwrap_change_uint32_atomic()Michael Adam2009-07-291-2/+3
* s3:dbwrap: change dbwrap_change_int32_atomic() to return NTSTATUS not int32.Michael Adam2009-07-291-6/+7
* s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.Michael Adam2009-07-291-5/+6
* (Hopefully) fix the problem Kai reported withJeremy Allison2009-07-281-5/+53
* Use a switch statement in charset_name()Volker Lendecke2009-07-251-8/+24
* Fix some nonempty blank linesVolker Lendecke2009-07-251-17/+17
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-8/+0
* s3:dbwrap: use the transaction wrapper in dbwrap_trans_store().Michael Adam2009-07-211-26/+23
* s3:dbwrap: use the transaction wrapper in dbwrap_trans_delete().Michael Adam2009-07-211-28/+12
* Fix a typo reading uninitialized memory. Caught by valgrind.Jeremy Allison2009-07-171-3/+1
* Replace more long-lived contexts with talloc_autofree_context().Jeremy Allison2009-07-161-1/+1
* Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison2009-07-163-22/+22
* s3:tldap: fix the build - a void function should not return a valueStefan Metzmacher2009-07-151-3/+3
* s3:dbwrap: fix embarrassing typo :-)Michael Adam2009-07-151-1/+1
* s3:dbwrap_util: add my CMichael Adam2009-07-151-0/+1
* s3:dbwrap: add dbwrap_fetch_bystring_upper().Michael Adam2009-07-151-0/+17
* s3:dbwrap: add dbwrap_store_bystring_upper().Michael Adam2009-07-151-0/+17
* s3:dbwrap: add dbwrap_delete_bystring_upper()Michael Adam2009-07-151-0/+16
* s3:dbwrap: add a wrapper dbwrap_trans_do()Michael Adam2009-07-151-0/+33
* s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIEDStefan Metzmacher2009-07-151-0/+1
* Consolidate gencache also every 100 writes in a single processVolker Lendecke2009-07-151-0/+14
* Consolidate string and data_blob routines in gencacheVolker Lendecke2009-07-151-138/+56
* Make gencache more stableVolker Lendecke2009-07-151-15/+268
* Add tdb_data_cmpVolker Lendecke2009-07-151-0/+19
* Remove gencache_init/shutdownVolker Lendecke2009-07-152-21/+1
* Remove gencache_[un]lock_keyVolker Lendecke2009-07-151-25/+0
* TDB_CONTEXT -> "struct tdb_context"Volker Lendecke2009-07-151-1/+1
* Replace ASSERTs in gencache with "return false"Volker Lendecke2009-07-151-12/+18
* s3: allow setting the TCP_QUICKACK socket optionBjörn Jacke2009-07-141-0/+3
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-44/+44
* s3-account_policy: remove trailing whitespace.Günther Deschner2009-07-141-32/+32
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-132-151/+1
* Quieten events and tldap debug messagesVolker Lendecke2009-07-101-1/+1
* Fix our base64 implementation for blobs of length 4....Volker Lendecke2009-07-101-1/+1
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-092-17/+20
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-90/+0
* Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison2009-07-081-2/+2
* The migration to struct stat_ex broke the calculation ofJeremy Allison2009-07-081-14/+58