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
2003-05-02
shouldn't wellknown group be well.. ..WKN_GRP ?
Simo Sorce
1
-2
/
+1
2003-05-01
fix wrong debug messages in idmap_util.c
Simo Sorce
1
-3
/
+8
2003-05-01
proper wellknown sids initialization at startup
Simo Sorce
2
-39
/
+37
2003-05-01
*id_to_*id call reshape to return NTSTATUS errors
Simo Sorce
1
-5
/
+3
2003-05-01
Use ints for the version numbers in the smb_register_*() functions (patch by ...
Jelmer Vernooij
1
-1
/
+1
2003-04-30
correctly initiazlize idmap tdb when creationg new
Simo Sorce
2
-54
/
+1
2003-04-29
forgot to remove getpwnam
Simo Sorce
1
-20
/
+0
2003-04-29
This is a nice rewrite:
Simo Sorce
7
-218
/
+72
2003-04-29
Some passdb backends really don't like having no primary group - so always
Andrew Bartlett
1
-34
/
+25
2003-04-29
Change order of parameters to smb_register_passdb()
Jelmer Vernooij
3
-3
/
+3
2003-04-29
Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue
Andrew Bartlett
1
-412
/
+1591
2003-04-29
Merge 3.0's change to how we add users onto HEAD, including a few other bits
Andrew Bartlett
1
-25
/
+36
2003-04-29
don't implement any group mapping functions in the guest sam module
Gerald Carter
1
-0
/
+11
2003-04-29
ok next_rid out as well local_*id_to*id functions
Simo Sorce
3
-299
/
+97
2003-04-28
new helper functions to create users
Simo Sorce
1
-1
/
+154
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
7
-19
/
+28
2003-04-28
Merge memory leak fixes in our trusted domain list from 3.0 to HEAD
Andrew Bartlett
1
-7
/
+11
2003-04-28
Fix number of arguments to asprintf()
Jelmer Vernooij
1
-1
/
+1
2003-04-27
prepare to get _nua out of the door (but back in from the window ;-)
Simo Sorce
3
-79
/
+17
2003-04-24
Don't store UID or GID
Jelmer Vernooij
2
-48
/
+13
2003-04-24
Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they are
Jelmer Vernooij
2
-0
/
+1546
2003-04-24
Declare static function before using it
Jelmer Vernooij
1
-0
/
+2
2003-04-21
Pdb modules are in $libdir/pdb not $libdir/passdb
Jelmer Vernooij
1
-12
/
+5
2003-04-17
seem that someone changed the semanthic of unix_strlower without fixing all
Simo Sorce
1
-3
/
+7
2003-04-16
Adjust comment to respect change to no longer use unixsam by default...
Andrew Bartlett
1
-3
/
+2
2003-04-16
This code is no longer referenced - moved to the new libsmb/ldap.c
Andrew Bartlett
1
-62
/
+0
2003-04-16
Store the type of 'sec channel' that we establish to the DC. If we are a
Andrew Bartlett
2
-16
/
+101
2003-04-09
Fix double free on error and typo
Jelmer Vernooij
1
-2
/
+1
2003-04-07
Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)
Andrew Bartlett
1
-0
/
+1
2003-04-06
Don't bail if we have a badly formed record, just move on to the next one.
Andrew Bartlett
1
-1
/
+1
2003-04-03
The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
Jim McDonough
1
-703
/
+94
2003-04-02
Add static
Jelmer Vernooij
1
-1
/
+1
2003-04-02
Fix a crash bug if LDAP doesn't fill in ld_error.
Andrew Bartlett
1
-18
/
+18
2003-03-30
This fixes group updates in LDAP the same way as user updates
Volker Lendecke
1
-77
/
+98
2003-03-30
- Point users at the HOWTO Collection instead of 'README' in modules/mysql.c
Jelmer Vernooij
1
-1
/
+4
2003-03-28
Merge from HEAD - get better error strings from the ldap server in pdb_ldap.
Andrew Bartlett
1
-11
/
+38
2003-03-27
This is no functional change. It just makes pdb_ldap.c a bit
Volker Lendecke
1
-24
/
+50
2003-03-25
Apply metze's change correctly this time. Playing 'patch' by
Volker Lendecke
1
-6
/
+6
2003-03-23
Implement abartlet's suggestion to add attribs to ldap if they
Volker Lendecke
1
-24
/
+30
2003-03-23
This adds 'ldap delete dn' as the recommended parameter
Volker Lendecke
1
-2
/
+2
2003-03-23
Metzes change:
Volker Lendecke
1
-4
/
+10
2003-03-22
Return value in non-void function
Jelmer Vernooij
1
-0
/
+1
2003-03-22
Never touch complicated if/else/elsif structures :-)
Volker Lendecke
1
-23
/
+27
2003-03-22
This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFY
Volker Lendecke
1
-121
/
+175
2003-03-22
Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age'
Andrew Bartlett
1
-0
/
+11
2003-03-22
FALSE -> False (reported by Paul Green)
Jelmer Vernooij
1
-1
/
+1
2003-03-20
Use True, not TRUE and False, not FALSE
Jelmer Vernooij
3
-3
/
+3
2003-03-20
Fix typo
Volker Lendecke
1
-3
/
+3
2003-03-20
I like debug level 10, but these messages always get into my way
Volker Lendecke
1
-5
/
+5
2003-03-20
Merge Herb's change.
Volker Lendecke
1
-1
/
+1
[next]