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
r17984: Ensure we never indirect a null opt_username if it wasn't
Jeremy Allison
1
-0
/
+10
2007-10-10
r17981: Hmmm. Don't break helper functions that don't need
Jeremy Allison
1
-5
/
+7
2007-10-10
r17979: Make ntlm_auth more intelligent about figuring out it's
Jeremy Allison
1
-14
/
+31
2007-10-10
r17977: To be honest, I have NO idea whatsoever what this does, but it fixes ...
Volker Lendecke
1
-5
/
+6
2007-10-10
r17976: Fix typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r17972: revert accidental commit to ads_verify_ticket()
Gerald Carter
1
-7
/
+5
2007-10-10
r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...
Gerald Carter
2
-5
/
+17
2007-10-10
r17970: Add missing include-guards around ads.h and ads_cldap.h.
Jeremy Allison
3
-12
/
+7
2007-10-10
r17959: sync with samba4
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r17953: run bin/talloctort with samba3's make test
Stefan Metzmacher
2
-0
/
+21
2007-10-10
r17951: sync talloctort.c with samba4
Stefan Metzmacher
1
-32
/
+246
2007-10-10
r17949: change the comment, talloc_enable_null_tracking() should
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r17947: Remove extra const.
Jeremy Allison
1
-1
/
+1
2007-10-10
r17946: Fix couple of typos...
Jeremy Allison
2
-3
/
+3
2007-10-10
r17945: Store the server and client sitenames in the ADS
Jeremy Allison
8
-7
/
+60
2007-10-10
r17944: Handle locking madness.
Jeremy Allison
1
-11
/
+32
2007-10-10
r17943: The horror, the horror. Add KDC site support by
Jeremy Allison
6
-35
/
+117
2007-10-10
r17942: Jerry is right - when no site support is enabled
Jeremy Allison
1
-6
/
+11
2007-10-10
r17941: Fix print out of client site name.
Jeremy Allison
1
-1
/
+1
2007-10-10
r17937: Move the saf_ cache into the tcp ad connection code.
Jeremy Allison
2
-7
/
+21
2007-10-10
r17934: allow srcdir != builddir for 'make test'
Gerald Carter
5
-8
/
+9
2007-10-10
r17933: Don't print a NULL sitename.
Jeremy Allison
1
-2
/
+2
2007-10-10
r17929: Ok, I think I finally figured out where to put
Jeremy Allison
2
-13
/
+62
2007-10-10
r17928: Implement the basic store for CLDAP sitename
Jeremy Allison
7
-16
/
+106
2007-10-10
r17924: Get rid of warnings now that talloc is merged.
Volker Lendecke
7
-21
/
+9
2007-10-10
r17923: turn on null_tracking with the first talloc_init() call,
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff...
Stefan Metzmacher
4
-237
/
+261
2007-10-10
r17921: Comment is obsolte. This is now implemented in winbindd.
Jeremy Allison
1
-3
/
+1
2007-10-10
r17910: remove incorrect comment (code has already been fixed)
Gerald Carter
1
-3
/
+0
2007-10-10
r17909: ensure we do not call map_username() twice on Krb5 session setups
Gerald Carter
1
-1
/
+5
2007-10-10
r17906: Port the snprintf bugfix from 4. I wonder why we never hit this....
Volker Lendecke
1
-2
/
+2
2007-10-10
r17903: Fix null deref caught by Stanford checker. Don't
Jeremy Allison
1
-1
/
+0
2007-10-10
r17902: Fix possible null deref caught by Stanford checker.
Jeremy Allison
1
-1
/
+3
2007-10-10
r17901: Stanford checker fix. cookie here can't be null or we'd
Jeremy Allison
1
-1
/
+1
2007-10-10
r17900: Fix from Michael Adam <ma@sernet.de> - make internal_resolve_name
Jeremy Allison
1
-62
/
+62
2007-10-10
r17899: Fix Stanford checker bug - possible null deref.
Jeremy Allison
1
-2
/
+5
2007-10-10
r17897: Store the uid in the memory creds. Don't request the
Jeremy Allison
4
-11
/
+27
2007-10-10
r17896: Reformatting. I did not want to do it anymore, but these ones looked ...
Volker Lendecke
1
-12
/
+19
2007-10-10
r17881: Another microstep towards better error reporting: Make get_sorted_dc_...
Volker Lendecke
5
-23
/
+43
2007-10-10
r17880: On host "tridge" in the build farm the tests fail because smbd hangs ...
Volker Lendecke
1
-0
/
+3
2007-10-10
r17879: Make it explicit that we can never pass NULL for buflen or stringlen.
Jeremy Allison
1
-6
/
+2
2007-10-10
r17878: Fix possible null deref found by Stanford checker.
Jeremy Allison
1
-0
/
+4
2007-10-10
r17877: Make it explicit to the checker that we can never pass
Jeremy Allison
1
-2
/
+1
2007-10-10
r17875: Fix (rather theoretical, but still...) null deref found by
Jeremy Allison
1
-8
/
+11
2007-10-10
r17874: Fix possible null deref found by Stanford checker.
Jeremy Allison
1
-2
/
+2
2007-10-10
r17873: Fix possible null deref found by Stanford checker.
Jeremy Allison
1
-2
/
+3
2007-10-10
r17872: Fix possible null deref found by the Stanford checker.
Jeremy Allison
1
-1
/
+3
2007-10-10
r17869: More sensible fix for Stanford Checker null deref.
Jeremy Allison
1
-4
/
+2
2007-10-10
r17867: Fix null deref in error code path. Found by the
Jeremy Allison
1
-0
/
+1
2007-10-10
r17866: Fix possible null deref - found by Stanford checker.
Jeremy Allison
1
-1
/
+1
[prev]
[next]