index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r19533: Add a suffix to the program name if this is a process with a
Jeremy Allison
2
-1
/
+16
2007-10-10
r19529: Added showacls togle. Previously was vendor-specific code.
Jeremy Allison
2
-9
/
+75
2007-10-10
r19528: Fix container handling for "net ads user" and "net ads group" functions
Günther Deschner
2
-9
/
+22
2007-10-10
r19527: Fix double free in "net ads group add".
Günther Deschner
1
-1
/
+0
2007-10-10
r19526: Fix minor memleak.
Günther Deschner
1
-0
/
+1
2007-10-10
r19525: Fix the same error in "net ads group delete".
Günther Deschner
1
-3
/
+4
2007-10-10
r19524: Stop "net ads user delete" from doing funny things.
Günther Deschner
1
-3
/
+4
2007-10-10
r19516: Fix the DN, to make searches using the domain as base
Simo Sorce
1
-9
/
+9
2007-10-10
r19497: Thought I already fixes the etags target. Ignore .svn
Gerald Carter
1
-2
/
+2
2007-10-10
r19494: When building with a static Heimdal, make sure not to link against
Günther Deschner
1
-1
/
+3
2007-10-10
r19493: There is no point in prompting for a user's password in "net ads" when
Günther Deschner
1
-0
/
+8
2007-10-10
r19491: backport changes from samba4
Simo Sorce
8
-35
/
+44
2007-10-10
r19487: Fix coverity # 313
Volker Lendecke
1
-2
/
+4
2007-10-10
r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not sur...
Volker Lendecke
1
-1
/
+3
2007-10-10
r19485: Fix Coverity # 319
Volker Lendecke
1
-1
/
+1
2007-10-10
r19484: Fix Coverity #329
Volker Lendecke
1
-1
/
+1
2007-10-10
r19477: Patch from Huang Dejin Eugene <hdejin@yahoo.com>.
James Peach
1
-23
/
+31
2007-10-10
r19469: Another user of NetShareEnum
Volker Lendecke
1
-0
/
+4
2007-10-10
r19468: Fix some potential NULL dereferences
Volker Lendecke
1
-14
/
+48
2007-10-10
r19451: Another cleanup of 18802. Referring to structures after the block has...
Volker Lendecke
1
-3
/
+3
2007-10-10
r19450: Fix smbtree's use of netshareenum.
Volker Lendecke
1
-0
/
+5
2007-10-10
r19448: Convert delete_share_security to struct share_params plus some cleanups
Volker Lendecke
4
-21
/
+69
2007-10-10
r19447: Do not throw away information
Volker Lendecke
1
-4
/
+1
2007-10-10
r19446: Comment can be NULL now
Volker Lendecke
1
-1
/
+2
2007-10-10
r19445: Attempt to fix net rpc share
Volker Lendecke
1
-1
/
+42
2007-10-10
r19444: merge from samba4:
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r19431: merge recent talloc performance improvements from Samba4
Andrew Tridgell
3
-594
/
+660
2007-10-10
r19430: merge recent ldb changes from Samba4. This includes memory leak fixes
Andrew Tridgell
26
-108
/
+170
2007-10-10
r19429: moved tdb/common/tdbutil.c into lib/util_tdb.c
Andrew Tridgell
4
-2
/
+2
2007-10-10
r19426: merge nearly all the differences between Samba3 tdb and Samba4
Andrew Tridgell
17
-406
/
+558
2007-10-10
r19424: Protect against username == NULL
Jeremy Allison
1
-0
/
+4
2007-10-10
r19422: Doh ! Put the krb5 user@realm code in the right place.
Jeremy Allison
1
-3
/
+37
2007-10-10
r19421: BUG 3868: Patch from Timur Bakeyev <timur@com.bat.ru> to prevent
Gerald Carter
1
-0
/
+1
2007-10-10
r19420: Remove strequal and use strcmp() instead. Meant to
Gerald Carter
1
-11
/
+12
2007-10-10
r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off
Gerald Carter
3
-27
/
+25
2007-10-10
r19417: BUG 3856: patch from Timur Bakeyev <timur@com.bat.ru> to include sett...
Gerald Carter
1
-4
/
+5
2007-10-10
r19416: Fix some c++ warnings.
Günther Deschner
2
-4
/
+4
2007-10-10
r19415: oh la la, always compile before commit, I'm very sorry.
Günther Deschner
1
-6
/
+1
2007-10-10
r19414: gencache is getting really important now, make sure that lp_lockdir
Günther Deschner
1
-1
/
+1
2007-10-10
r19413: Now we're calling init_dc_connection, this code
Jeremy Allison
1
-16
/
+0
2007-10-10
r19399: Now Guenther discovered one crash dereferencing domain->backends,
Jeremy Allison
1
-1
/
+1
2007-10-10
r19394: When we fail to get the list of trusted domains, make sure to return
Günther Deschner
1
-1
/
+1
2007-10-10
r19391: Fix crash bug within the winbind caching method.
Günther Deschner
1
-0
/
+5
2007-10-10
r19390: Add some tests that are known failing against samba3.
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r19386: Limit the size of the connection bitmap to <64K entries.
James Peach
1
-1
/
+11
2007-10-10
r19385: These replaced symbols should have a rep_ prefix.
James Peach
2
-5
/
+5
2007-10-10
r19374: fix the build with heimdal
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r19371: Add two missing refresh_sequence_number calls where they are missing
Günther Deschner
1
-0
/
+3
2007-10-10
r19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE whereever the winbindd tdb is
Günther Deschner
1
-1
/
+2
2007-10-10
r19355: Add getdispenumindex2 wrapper for rpcclient.
Günther Deschner
3
-18
/
+91
[next]