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
/
passdb
/
secrets.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-101
/
+63
*
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
2007-10-10
1
-29
/
+0
*
r13190: Fix #3458 from Andriy Gapon <avg@icyb.net.ua>. Don't
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
2007-10-10
1
-11
/
+9
*
r10792: Fix the "schannel not stored across client disconnects" problem.
Jeremy Allison
2007-10-10
1
-0
/
+209
*
r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-7
/
+59
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-0
/
+65
*
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r5767: Get rid of some compiler warnings
Volker Lendecke
2007-10-10
1
-14
/
+5
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r3948: Fix incorrect declaration. Bug #2083.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1492: Rework our random number generation system.
Andrew Bartlett
2007-10-10
1
-31
/
+29
*
r196: merging struct uuid from trunk
Gerald Carter
2007-10-10
1
-13
/
+13
*
When we set a domain sid, force get_global_sam_sid() to do it's work again.
Andrew Bartlett
2004-02-08
1
-1
/
+7
*
Don't duplicate pulling the 'IPC' username from secrets.tdb, instead
Andrew Bartlett
2004-01-07
1
-1
/
+39
*
Nobody complained on the team-list, so commit it ...
Volker Lendecke
2003-09-07
1
-0
/
+53
*
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
1
-4
/
+4
*
Fix memleak
Volker Lendecke
2003-07-19
1
-3
/
+3
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-12
/
+12
*
Different fix for memleak just committed. This belongs into
Volker Lendecke
2003-07-01
1
-2
/
+0
*
Fix two memory leaks. tdb_search_keys allocates space for the key
Volker Lendecke
2003-07-01
1
-0
/
+2
*
large change:
Gerald Carter
2003-06-25
1
-2
/
+1
*
Fix memory leak. secrets_fetch allocates memory.
Volker Lendecke
2003-06-21
1
-0
/
+2
*
Rename some uuid functions so as not to conflict with system
Tim Potter
2003-06-13
1
-1
/
+1
*
Merge mimir's trusted domain code from HEAD -> 3.0, plus some memory
Andrew Bartlett
2003-04-22
1
-37
/
+55
*
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2003-04-21
1
-12
/
+90
*
Merge from HEAD - make winbindd locking sane again:
Andrew Bartlett
2003-03-17
1
-18
/
+2
*
Merge of signed/unsigned fixes from HEAD.
Andrew Bartlett
2003-02-01
1
-2
/
+2
*
Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.
Jeremy Allison
2003-01-16
1
-8
/
+24
*
Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.
Andrew Bartlett
2003-01-14
1
-0
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-1
/
+1
*
merge of get_dc_name()-like code from APP_HEAD; better support password serve...
Gerald Carter
2002-12-13
1
-0
/
+30
*
Merge from HEAD:
Andrew Bartlett
2002-11-08
1
-6
/
+9
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
1
-49
/
+11
*
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-5
/
+5
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-4
/
+90
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-3
/
+59
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-23
/
+169
*
make sure we use consistent keys in secrets.tdb by uppercasing domain
Andrew Tridgell
2002-03-10
1
-0
/
+4
*
This patch merges my private LDAP tree into HEAD.
Andrew Bartlett
2002-03-02
1
-28
/
+0
*
Fix up the trusted domains secrets code so as to have a slight chance of
Andrew Bartlett
2002-03-02
1
-12
/
+10
*
The beginning of trusted and trusting domain support from
Andrew Bartlett
2002-03-01
1
-3
/
+89
*
made the domain secret key in secrets.tdb domain specific. This allows
Andrew Tridgell
2002-02-22
1
-2
/
+14
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fixed up atomic update code.
Jeremy Allison
2002-01-09
1
-1
/
+1
*
update the ldap support code. it compiles.
Jean-François Micouleau
2001-12-13
1
-0
/
+41
*
Add a couple of extra debugs for the secrets.tdb stuff
Andrew Bartlett
2001-12-05
1
-2
/
+8
*
auto-init secrets.tdb
Andrew Tridgell
2001-12-05
1
-0
/
+5
[next]