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
/
passdb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
4
-126
/
+54
2007-10-10
r13589: Make sure we only try to close the tdbsam file in endsampwent() when we
Gerald Carter
1
-4
/
+11
2007-10-10
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
9
-614
/
+535
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
8
-47
/
+47
2007-10-10
r13550: remove pdb_guest
Gerald Carter
1
-159
/
+0
2007-10-10
r13548: Always use the get_remote_macinhe_name() as the key
Jeremy Allison
1
-2
/
+4
2007-10-10
r13545: A patch which I think it's time has come. VOlker, we can talk about
Gerald Carter
3
-30
/
+64
2007-10-10
r13542: Don't reuse a pointer we just freed (Doh!).
Jeremy Allison
1
-2
/
+2
2007-10-10
r13538: Make sure we store all 16 bytes of credentials session
Jeremy Allison
1
-5
/
+6
2007-10-10
r13519: Fix the credentials chaining across netlogon pipe disconnects.
Jeremy Allison
1
-4
/
+10
2007-10-10
r13512: Rewrite tdbsam code to use a reference count based open/close
Gerald Carter
1
-326
/
+281
2007-10-10
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
2
-102
/
+536
2007-10-10
r13493: module_name and module_location are the same string. Fix a valgrind
Volker Lendecke
1
-1
/
+3
2007-10-10
r13460: by popular demand....
Gerald Carter
8
-1132
/
+274
2007-10-10
r13407: Change the credentials code to be more like the Samba4 structure,
Jeremy Allison
1
-0
/
+1
2007-10-10
r13389: get_ldap_filter is only used once, make it static
Volker Lendecke
1
-1
/
+1
2007-10-10
r13338: Remove the experimental pdb modules
Volker Lendecke
4
-2265
/
+0
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
13
-1354
/
+2489
2007-10-10
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
1
-29
/
+0
2007-10-10
r13209: Make smbpasswd -a work again if passdb did not exist.
Volker Lendecke
1
-0
/
+1
2007-10-10
r13190: Fix #3458 from Andriy Gapon <avg@icyb.net.ua>. Don't
Jeremy Allison
1
-1
/
+1
2007-10-10
r13175: Actually make adding a new user into an empty pdbtdb
Jeremy Allison
1
-1
/
+1
2007-10-10
r13172: Fix incorrect error message when new tdb not created correctly.
Jeremy Allison
1
-1
/
+1
2007-10-10
r12913: missed merge to fix BUG 3391; ensure we can lookup account policies
Gerald Carter
1
-2
/
+5
2007-10-10
r12714: Fix segfault in pdb_nds.c.
Günther Deschner
1
-1
/
+1
2007-10-10
r12663: Fix a memleak
Volker Lendecke
1
-0
/
+4
2007-10-10
r12645: Fix some memleaks. This will also be in the trunk checkin that comes ...
Volker Lendecke
1
-0
/
+9
2007-10-10
r12603: NO, I'm not claiming maintainership of this.
Volker Lendecke
1
-7
/
+6
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
2
-5
/
+5
2007-10-10
r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey <nic...
Gerald Carter
1
-1
/
+1
2007-10-10
r12398: adding Guenther's account policy migration fix
Gerald Carter
1
-7
/
+22
2007-10-10
r12313: Introduce yet another copy of the string_sub function:
Volker Lendecke
1
-2
/
+1
2007-10-10
r12245: eDirectory returns LDAP_UNWILLING_TO_PERFORM if the
Jeremy Allison
1
-0
/
+9
2007-10-10
r12163: Change lookup_sid and lookup_name to return const char * instead of c...
Volker Lendecke
5
-66
/
+73
2007-10-10
r12129: Fix uninitialized variables.
Volker Lendecke
1
-1
/
+1
2007-10-10
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
8
-404
/
+769
2007-10-10
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
1
-11
/
+9
2007-10-10
r11999: Re-add "passdb expand explicit".
Volker Lendecke
2
-6
/
+26
2007-10-10
r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...
Volker Lendecke
2
-28
/
+6
2007-10-10
r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...
Volker Lendecke
1
-11
/
+26
2007-10-10
r11922: Looks bigger than it is: There's no point in allocating arrays in
Volker Lendecke
2
-41
/
+24
2007-10-10
r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...
Volker Lendecke
3
-20
/
+62
2007-10-10
r11919: The generic mappings in srv_samr_nt.c are only used there -- make them
Volker Lendecke
3
-45
/
+38
2007-10-10
r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...
Volker Lendecke
2
-6
/
+28
2007-10-10
r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.
Günther Deschner
1
-54
/
+5
2007-10-10
r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...
Gerald Carter
1
-0
/
+5
2007-10-10
r11847: Fix typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r11256: Remove use of long long and strtoll in libsmbclient (we
Jeremy Allison
1
-1
/
+0
2007-10-10
r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on
Jim McDonough
3
-4
/
+110
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
4
-113
/
+114
[next]