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
/
pdb_interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-56
/
+388
2007-10-10
r12163: Change lookup_sid and lookup_name to return const char * instead of c...
Volker Lendecke
1
-3
/
+3
2007-10-10
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
1
-14
/
+102
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
1
-24
/
+14
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-60
/
+59
2007-10-10
r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam
Jim McDonough
1
-0
/
+58
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-17
/
+117
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-5
/
+5
2007-10-10
r6367: Slim down pdb_interface.c a bit. next_entry and search_end are function
Volker Lendecke
1
-185
/
+60
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
1
-153
/
+248
2007-10-10
r6277: This implements a new caching API for enumerating the pdb elements. It is
Volker Lendecke
1
-0
/
+358
2007-10-10
r6092: This much const causes the compiler on Fedora Core 2
Jeremy Allison
1
-2
/
+2
2007-10-10
r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...
Volker Lendecke
1
-9
/
+16
2007-10-10
r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....
Jim McDonough
1
-0
/
+98
2007-10-10
r5951: gotta love that SGI compiler :-) (thanks Jason)
Gerald Carter
1
-3
/
+3
2007-10-10
r5655: Added support for Novell NDS universal password. Code donated by
Jeremy Allison
1
-0
/
+36
2007-10-10
r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.
Volker Lendecke
1
-0
/
+146
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
1
-68
/
+0
2007-10-10
r4996: sync up copytights with trunk
Gerald Carter
1
-0
/
+1
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-0
/
+68
2007-10-10
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
1
-6
/
+6
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
1
-0
/
+35
2007-10-10
r3704: Implement a cache get saves the result of a pdb_getsampwnam for later
Volker Lendecke
1
-1
/
+27
2007-10-10
r3566: Completely replace the queryuseraliases call. The previous implementat...
Volker Lendecke
1
-5
/
+7
2007-10-10
r145: pdb_create_alias now returns NTSTATUS. More of this to follow.
Volker Lendecke
1
-4
/
+3
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
1
-0
/
+300
2004-02-26
And another little const
Volker Lendecke
1
-1
/
+1
2004-02-12
abartlet's pdb_set/changed flag fix for NULL passwords
Gerald Carter
1
-6
/
+4
2004-02-12
stupid cut-n=paste error; my fault
Gerald Carter
1
-2
/
+2
2004-02-04
move disabling code to context functions instead of backwards compatible wrap...
Gerald Carter
1
-28
/
+28
2004-01-30
disable any account that doesn't have a password and doesn't had the ACB_PWNO...
Gerald Carter
1
-6
/
+12
2004-01-29
more initialization fixes
Gerald Carter
1
-0
/
+22
2004-01-29
initialization fixes
Gerald Carter
1
-0
/
+41
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
1
-2
/
+2
2003-06-30
Add the 'guest' passdb backend automatically if
Volker Lendecke
1
-0
/
+25
2003-06-25
large change:
Gerald Carter
1
-1
/
+1
2003-06-22
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
1
-2
/
+2
2003-06-20
Fix bug #136: "passdb backend = " caused smbd to segfault.
Jim McDonough
1
-0
/
+5
2003-06-18
Ok, this patch removes the privilege stuff we had in, unused, for some time.
Simo Sorce
1
-18
/
+16
2003-05-16
add metze's patch for smb_register functions
Simo Sorce
1
-1
/
+1
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-2
/
+2
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-2
/
+2
2003-04-30
Make the version numbers ints (patch from metze)
Jelmer Vernooij
1
-1
/
+1
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-7
/
+17
2003-04-24
- Get rid of module_path_get_name()
Jelmer Vernooij
1
-11
/
+6
2003-04-21
Pdb modules are in $libdir/pdb not $libdir/passdb
Jelmer Vernooij
1
-1
/
+1
2003-04-15
Use the new modules system for passdb (merge from HEAD)
Jelmer Vernooij
1
-31
/
+79
2003-03-22
Thanks to volker, merge passdb changes from HEAD:
Andrew Bartlett
1
-0
/
+63
[prev]
[next]