index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Rename new parameter "ldap ref follow" to "ldap follow referral".
Karolin Seeger
2009-10-26
1
-2
/
+2
*
s3: Remove a pointless #endif/#ifdef pair
Volker Lendecke
2009-10-22
1
-2
/
+0
*
s3-libnetapi: add nltest tool.
Günther Deschner
2009-10-16
2
-1
/
+258
*
s3-libnetapi: add I_NetLogonControl{2} example code.
Günther Deschner
2009-10-16
3
-1
/
+303
*
s3-libnetapi: add I_NetLogonControl{2} to public headers.
Günther Deschner
2009-10-16
1
-1
/
+91
*
s3-libnetapi: fill in I_NetLogonControl{2}_r.
Günther Deschner
2009-10-16
1
-2
/
+181
*
s3-libnetapi: add I_NetLogonControl{2} skeleton.
Günther Deschner
2009-10-16
3
-0
/
+172
*
Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind
Jeremy Allison
2009-10-15
1
-1
/
+7
*
s3/smbldap: add option to disable following LDAP refs
Jan Engelhardt
2009-10-12
1
-2
/
+10
*
Fix builds with external tdb
Simo Sorce
2009-10-11
1
-6
/
+0
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-1
/
+1
*
s3: remove unused rpcstr_pull and rpcstr_pull_talloc.
Günther Deschner
2009-10-01
1
-35
/
+0
*
w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND
Kamen Mazdrashki
2009-09-30
1
-4
/
+4
*
s3-util: use pull_reg_multi_sz in reg_pull_multi_sz.
Günther Deschner
2009-09-30
1
-26
/
+10
*
s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions.
Günther Deschner
2009-09-30
1
-0
/
+35
*
s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions.
Günther Deschner
2009-09-30
1
-0
/
+30
*
s3:gencache: Add my copyright
Volker Lendecke
2009-09-28
1
-0
/
+1
*
Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This code
Jeremy Allison
2009-09-24
1
-6
/
+6
*
s3:util_str "str_list_make_v3" - introduce also here the "const" result
Matthias Dieter Wallnöfer
2009-09-24
1
-9
/
+9
*
s3:gencache: Make gencache_del() return success for expired entries
Volker Lendecke
2009-09-23
1
-4
/
+13
*
s3:gencache: Remove some over-paranoid locking
Volker Lendecke
2009-09-23
1
-6
/
+0
*
s3:gencache: Add a "was_expired" argument to gencache_get_data_blob
Volker Lendecke
2009-09-23
1
-10
/
+19
*
s3:lib/select: don't overwrite errno in the signal handler
Stefan Metzmacher
2009-09-21
1
-0
/
+4
*
s3: Fix Coverity ID 581 -- NEGATIVE_RETURNS
Volker Lendecke
2009-09-18
1
-0
/
+4
*
s3-netapi: Fix Coverity #668: FORWARD_NULL.
Günther Deschner
2009-09-16
1
-1
/
+1
*
s3-netapi: Fix Coverity #669 FORWARD_NULL.
Günther Deschner
2009-09-16
1
-1
/
+1
*
s3-netapi: Fix Coverity #670: FORWARD_NULL.
Günther Deschner
2009-09-16
1
-1
/
+1
*
libcli:nbt make the lmhosts parsing code and dependicies common
Andrew Bartlett
2009-09-15
1
-115
/
+0
*
s3: BSD needs sys/sysctl.h included to build properly
Björn Jacke
2009-09-15
1
-0
/
+5
*
s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...
Michael Adam
2009-09-11
1
-1
/
+1
*
s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.
Günther Deschner
2009-09-11
1
-0
/
+18
*
Fix bug 6707 - 3.4.1 segfault in parsing configs.
Marc Aurele La France
2009-09-10
1
-4
/
+4
*
Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".
Jeremy Allison
2009-09-06
1
-17
/
+25
*
Save and report the correct errno value.
Simo Sorce
2009-09-05
1
-8
/
+12
*
s3-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)
Michael Adam
2009-08-28
1
-6
/
+9
*
s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_ST...
Stefan Metzmacher
2009-08-27
1
-1
/
+1
*
s3/smbd: open the share_info.tdb on startup instead of tconx
Steven Danneman
2009-08-26
1
-1
/
+1
*
s3: Allow full_audit to play nice with smbd if it's using syslog
tprouty
2009-08-26
1
-0
/
+6
*
Allow for name array strings that don't end in a slash
Zach Loafman
2009-08-25
1
-12
/
+17
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-4
/
+20
*
Use existing time_t rounding function, don't invent my own.
Jeremy Allison
2009-08-24
1
-1
/
+1
*
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
2009-08-24
1
-0
/
+10
*
make smbcontrol smbd ping work proper checking for arguments handle short pid...
Olaf Flebbe
2009-08-24
1
-6
/
+16
*
s3:lib: setup talloc log and abort functions
Stefan Metzmacher
2009-08-24
1
-0
/
+7
*
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
2009-08-21
1
-0
/
+11
*
s3: Add talloc_dict.[ch]
Volker Lendecke
2009-08-16
1
-0
/
+148
*
s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET
Stefan Metzmacher
2009-08-12
1
-0
/
+3
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
1
-2
/
+2
*
Implement db_rbt_traverse
Volker Lendecke
2009-08-08
1
-4
/
+33
*
Fix some nonempty blank lines
Volker Lendecke
2009-08-07
6
-37
/
+36
[next]