summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-151-115/+0
* s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke2009-09-151-0/+5
* s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...Michael Adam2009-09-111-1/+1
* s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.Günther Deschner2009-09-111-0/+18
* Fix bug 6707 - 3.4.1 segfault in parsing configs.Marc Aurele La France2009-09-101-4/+4
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-061-17/+25
* Save and report the correct errno value.Simo Sorce2009-09-051-8/+12
* s3-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)Michael Adam2009-08-281-6/+9
* s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_ST...Stefan Metzmacher2009-08-271-1/+1
* s3/smbd: open the share_info.tdb on startup instead of tconxSteven Danneman2009-08-261-1/+1
* s3: Allow full_audit to play nice with smbd if it's using syslogtprouty2009-08-261-0/+6
* Allow for name array strings that don't end in a slashZach Loafman2009-08-251-12/+17
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-4/+20
* Use existing time_t rounding function, don't invent my own.Jeremy Allison2009-08-241-1/+1
* Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-08-241-0/+10
* make smbcontrol smbd ping work proper checking for arguments handle short pid...Olaf Flebbe2009-08-241-6/+16
* s3:lib: setup talloc log and abort functionsStefan Metzmacher2009-08-241-0/+7
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-211-0/+11
* s3: Add talloc_dict.[ch]Volker Lendecke2009-08-161-0/+148
* s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESETStefan Metzmacher2009-08-121-0/+3
* Refactor the use of create_time and change time to goJeremy Allison2009-08-101-2/+2
* 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