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
/
passdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a comment about not changing the magic timestamp values without
Tim Potter
2001-10-03
1
-0
/
+4
*
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
2001-10-03
1
-2
/
+2
*
set ACB_PWNOEXP by default on new accounts.
Andrew Tridgell
2001-10-03
1
-2
/
+2
*
Fixed the bug with member servers in a Samba PDC hosted domain not allowing
Jeremy Allison
2001-10-02
1
-6
/
+5
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
- fix handling of 0 last_change_time and must_change_time
Andrew Tridgell
2001-10-01
1
-5
/
+5
*
This is the passdb section of the previously mentioned commit.
Andrew Bartlett
2001-09-29
1
-63
/
+110
*
How the heck I missed this I don't know, but somehow I got a copy-and-paste
Andrew Bartlett
2001-09-28
1
-16
/
+12
*
Merge HEAD and 2.2 - try frantically to keep in sync.
Jeremy Allison
2001-09-27
1
-13
/
+13
*
Fix memory leak in get_sampwd_entries(), reindent for clarity.
Andrew Bartlett
2001-09-27
1
-35
/
+107
*
merge from 2.2
Gerald Carter
2001-09-26
1
-1
/
+1
*
Add a new interface pdb_set_plaintext_passwd() to the passdb. This simply
Andrew Bartlett
2001-09-26
1
-11
/
+26
*
We don't use a modified 'user' in any case, so don't modifiy it.
Andrew Bartlett
2001-09-26
1
-1
/
+1
*
Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy Allison
2001-09-25
1
-158
/
+270
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-14
/
+5
*
String length fix from Toomas Soome <tsoome@ut.ee>
Tim Potter
2001-09-12
1
-1
/
+1
*
Started a cleanup of smbpasswd related stuff. I've created a new file
Tim Potter
2001-09-06
1
-132
/
+0
*
fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...
Andrew Tridgell
2001-09-05
1
-3
/
+2
*
more warning fixes on solaris
Andrew Tridgell
2001-09-05
1
-1
/
+3
*
Fixed typo in debug message.
Tim Potter
2001-08-13
1
-2
/
+2
*
Wrapped dlerror() in the same way as the other dlxxx() calls.
Jeremy Allison
2001-07-06
1
-2
/
+2
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
very nasty bug !
Jean-François Micouleau
2001-05-09
1
-1
/
+1
*
fixes to the group mapping code.
Jean-François Micouleau
2001-05-08
1
-2
/
+2
*
merge from 2.2 removing the 'domain XXX' parameters.
Gerald Carter
2001-05-07
1
-16
/
+3
*
Patch from Simo:
Gerald Carter
2001-05-07
1
-19
/
+38
*
Big cleanup of passdb and backends.
Jean-François Micouleau
2001-05-04
1
-475
/
+258
*
fixes from Simo
Gerald Carter
2001-05-04
1
-0
/
+43
*
- fixed some compiler warnings
Andrew Tridgell
2001-04-28
1
-2
/
+3
*
converted the passdb smbpasswd implementation to using talloc
Gerald Carter
2001-04-25
1
-257
/
+294
*
New POSIX ACL mapping code. Works with UNIX permissions, now for testing
Jeremy Allison
2001-03-22
1
-0
/
+6
*
Fix for crash when doing name lookup with a quoted string. Part of
Jeremy Allison
2001-03-20
1
-1
/
+11
*
Added sys_dlopen/sys_dlsym/sys_dlclose.
Jeremy Allison
2001-03-19
1
-3
/
+3
*
patches from Simo. Couple of snity things
Gerald Carter
2001-03-14
1
-1
/
+3
*
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
2001-03-11
1
-7
/
+7
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-5
/
+0
*
Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.
Jeremy Allison
2001-03-02
1
-3
/
+2
*
Fixes for POSIX ACLS. ACL merge code.
Jeremy Allison
2001-01-15
1
-2
/
+12
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-10
1
-9
/
+31
*
updates to the tdbsam implementation.
Gerald Carter
2000-12-06
1
-0
/
+6
*
o fixed logon script problems (wrong len in reply to net_sam_logon for
Gerald Carter
2000-11-22
1
-3
/
+3
*
Another large patch for the passdb rewrite.
Gerald Carter
2000-11-21
1
-226
/
+342
*
- fix "declaration of 'time' shadows global declaration" warning.
David O'Neill
2000-11-14
1
-12
/
+12
*
Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.
Jeremy Allison
2000-11-14
1
-2
/
+2
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-994
/
+1020
*
TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>
Gerald Carter
2000-10-26
1
-0
/
+2
*
last part of W2K support.
Jean-François Micouleau
2000-10-13
1
-1
/
+0
*
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
1
-0
/
+209
*
Added code to do SID to uid/gid conversion. Needed for ACL support.
Jeremy Allison
2000-08-23
1
-2
/
+73
*
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
2000-08-02
1
-64
/
+22
[next]