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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Get MungedDial actually working with full TS strings in it for pdb_ldap.
Jim McDonough
2004-03-11
1
-35
/
+35
*
Get us a little closer to Windows LSA semantics.
Volker Lendecke
2004-03-07
1
-10
/
+1
*
And another little const
Volker Lendecke
2004-02-26
1
-1
/
+1
*
Fix bug in previous global_sam_sid() commit. I broke the 'read from
Andrew Bartlett
2004-02-25
1
-1
/
+0
*
I *hate* global variables...
Andrew Bartlett
2004-02-25
2
-31
/
+45
*
Found by Fabien Chevalier <fabien.chevalier@supelec.fr> and
Andrew Bartlett
2004-02-23
1
-1
/
+1
*
handle both 0 and -1 as disabling reset count and lockout duration
Jim McDonough
2004-02-20
1
-4
/
+4
*
Clean up bad pw count and autolock flag update fn()s
Jim McDonough
2004-02-19
1
-79
/
+95
*
Add bad pw count and autolock flag update fn()s
Jim McDonough
2004-02-19
1
-2
/
+127
*
Add functions to get/set bad password time
Jim McDonough
2004-02-19
2
-1
/
+21
*
Move tdbsam versioning/upgrade code into 3.0
Jim McDonough
2004-02-13
2
-28
/
+620
*
Try to remove the last vestiges of unknown_3...
Jim McDonough
2004-02-12
5
-14
/
+1
*
abartlet's pdb_set/changed flag fix for NULL passwords
Gerald Carter
2004-02-12
1
-6
/
+4
*
stupid cut-n=paste error; my fault
Gerald Carter
2004-02-12
1
-2
/
+2
*
More sync between passdb on 3.0 and HEAD.
Jim McDonough
2004-02-12
2
-11
/
+18
*
Start of merging HEAD changes. Right now, just move one fn() to eliminate
Jim McDonough
2004-02-12
1
-67
/
+63
*
updates for tdbsam code to help make merge into head easier; needs a bit more...
Gerald Carter
2004-02-12
1
-46
/
+53
*
Don't set an iterator to a piece of free'd memory, store it first.
Jeremy Allison
2004-02-11
1
-2
/
+3
*
fix set/getsampwent iterator in tdbsam to use an allocated list
Gerald Carter
2004-02-11
1
-44
/
+101
*
And another build fix.
Volker Lendecke
2004-02-09
1
-2
/
+2
*
Fix the build & get rid of a compiler warning.
Volker Lendecke
2004-02-09
2
-1
/
+4
*
When we set a domain sid, force get_global_sam_sid() to do it's work again.
Andrew Bartlett
2004-02-08
2
-1
/
+14
*
Add static, and assert that we will never overflow the static fstring
Andrew Bartlett
2004-02-08
1
-1
/
+4
*
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
2004-02-08
1
-3
/
+14
*
move disabling code to context functions instead of backwards compatible wrap...
Gerald Carter
2004-02-04
1
-28
/
+28
*
Fix const warning
Andrew Bartlett
2004-02-04
1
-2
/
+2
*
If we are setting the NT or LM password to NULL, remove the attribute
Andrew Bartlett
2004-01-30
1
-17
/
+31
*
disable any account that doesn't have a password and doesn't had the ACB_PWNO...
Gerald Carter
2004-01-30
1
-6
/
+12
*
more initialization fixes
Gerald Carter
2004-01-29
1
-0
/
+22
*
initialization fixes
Gerald Carter
2004-01-29
2
-2
/
+51
*
Typo fix.
Rafal Szczesniak
2004-01-07
1
-1
/
+1
*
Don't duplicate pulling the 'IPC' username from secrets.tdb, instead
Andrew Bartlett
2004-01-07
1
-1
/
+39
*
isolate ldap debug messages to the common smbldap_XXX() functions
Gerald Carter
2004-01-06
1
-3
/
+0
*
- Put functions for generating SQL queries in pdb_sql.c
Jelmer Vernooij
2004-01-04
3
-501
/
+1008
*
JHT came up with a nasty (broken) torture case in preparing examples for
Andrew Bartlett
2004-01-02
1
-1
/
+1
*
Check the return value of string_to_sid in a few more places. (But
Andrew Bartlett
2003-12-26
1
-2
/
+10
*
Show the error message for failure to set the ldap password.
Andrew Bartlett
2003-12-26
1
-2
/
+8
*
add well known rid for pre win2k compatible access group; bug 897
Gerald Carter
2003-12-22
1
-0
/
+1
*
Patch from Jianliang Lu j.lu@tiesse.com to manage Power Users
Jeremy Allison
2003-12-22
1
-0
/
+1
*
Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...
Alexander Bokovoy
2003-12-11
1
-1
/
+1
*
more group lookup access fixes on the neverending bug 281
Gerald Carter
2003-12-10
1
-6
/
+16
*
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
Gerald Carter
2003-12-04
1
-3
/
+15
*
another strequal() == 0 fix
Gerald Carter
2003-12-01
1
-1
/
+1
*
add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608
Gerald Carter
2003-12-01
1
-0
/
+2
*
more access fixes for group enumeration in LDAP; bug 281
Gerald Carter
2003-11-24
1
-3
/
+14
*
* make sure we only enumerate group mapping entries
Gerald Carter
2003-11-17
1
-14
/
+0
*
fix more memory leaks in the LDAP backend code; patches from metze
Gerald Carter
2003-11-14
1
-22
/
+38
*
* only install swat html files once
Gerald Carter
2003-11-07
1
-1
/
+4
*
fix for bug 680 (heads up). This gist is to map the
Gerald Carter
2003-11-07
1
-5
/
+17
*
don't allow setting of the guest account
Gerald Carter
2003-11-07
1
-0
/
+8
[prev]
[next]