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
*
unable to open smbpasswd on initial create should only be a warning
Andrew Tridgell
2001-11-27
1
-1
/
+1
*
Ignore *.po files.
Tim Potter
2001-11-26
1
-0
/
+1
*
Don't close tdb twice.
Volker Lendecke
2001-11-25
1
-1
/
+0
*
added "net join" command
Andrew Tridgell
2001-11-24
1
-3
/
+33
*
This is another rather major change to the samba authenticaion
Andrew Bartlett
2001-11-24
1
-1
/
+1
*
Kill off that crazy copy_sam_passwd(). You simply can't do that if the
Andrew Bartlett
2001-11-24
1
-12
/
+0
*
Changed how the privileges are stored in the group mapping code. It's now
Jean-François Micouleau
2001-11-23
1
-7
/
+32
*
Tidyups when I was doing the big merge...
Jeremy Allison
2001-11-17
1
-5
/
+10
*
Minor updates. A small dose of const.
Andrew Bartlett
2001-11-11
1
-1
/
+1
*
Remove built-in support for clear-text kerberos authentication.
Andrew Bartlett
2001-11-11
1
-123
/
+3
*
As pdb_ldap.c does not compile in HEAD anyway, a not-compiled merge
Volker Lendecke
2001-11-09
1
-2
/
+6
*
Added debug in truncate, fixed warning with gcc3.
Jeremy Allison
2001-11-07
1
-2
/
+1
*
UGLY HACK to get machines to join tdbsam domains again.
Andrew Bartlett
2001-11-07
1
-2
/
+4
*
Fixup for accounts without a local /etc/passwd entry.
Andrew Bartlett
2001-11-04
1
-9
/
+5
*
Various post AuthRewrite cleanups, fixups and tidyups.
Andrew Bartlett
2001-11-01
3
-12
/
+8
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
2
-16
/
+71
*
Small 'const' updates ahead of some AuthRewrite merging.
Andrew Bartlett
2001-10-31
1
-5
/
+5
*
Fix up smbpasswd -e/-d so that it doesn't change the password under you any
Andrew Bartlett
2001-10-30
1
-20
/
+1
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
8
-185
/
+128
*
This commit is number 3 of 4.
Andrew Bartlett
2001-10-29
1
-1
/
+1
*
This commit is number 2 of 4.
Andrew Bartlett
2001-10-29
3
-65
/
+80
*
This commit is number 1 of 4.
Andrew Bartlett
2001-10-29
1
-23
/
+54
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
2
-2
/
+2
*
merge from 2.2
Gerald Carter
2001-10-10
1
-11
/
+32
*
Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX
Jeremy Allison
2001-10-09
1
-0
/
+10
*
Added a comment about not changing the magic timestamp values without
Tim Potter
2001-10-03
2
-0
/
+7
*
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
2001-10-03
3
-7
/
+7
*
set ACB_PWNOEXP by default on new accounts.
Andrew Tridgell
2001-10-03
1
-2
/
+2
*
Fixed up the change password bug when not using PAM.
Jeremy Allison
2001-10-02
1
-2
/
+2
*
Fixed the bug with member servers in a Samba PDC hosted domain not allowing
Jeremy Allison
2001-10-02
3
-25
/
+22
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
8
-19
/
+0
*
- fix handling of 0 last_change_time and must_change_time
Andrew Tridgell
2001-10-01
3
-12
/
+10
*
This is the passdb section of the previously mentioned commit.
Andrew Bartlett
2001-09-29
2
-65
/
+111
*
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
*
minor fixes
Simo Sorce
2001-09-27
1
-22
/
+10
*
merge from 2.2
Gerald Carter
2001-09-26
2
-3
/
+3
*
Fix the uninitialised variable, but more importantly fix the SEGFAULT.
Andrew Bartlett
2001-09-26
1
-2
/
+4
*
Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)
Andrew Bartlett
2001-09-26
1
-7
/
+9
*
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
5
-296
/
+2824
*
Don't segfault when deleting accounts not in /etc/passwd. The RID we want is
Andrew Bartlett
2001-09-25
1
-5
/
+2
*
memory leak fixes ..
Simo Sorce
2001-09-25
1
-7
/
+21
*
Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!
Andrew Bartlett
2001-09-20
1
-80
/
+118
*
Use lp_private_dir() not magic on the lp_smb_passwd_file() output.
Andrew Bartlett
2001-09-19
1
-7
/
+2
*
Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by
Andrew Bartlett
2001-09-19
1
-5
/
+6
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
5
-34
/
+22
*
merges from 2.2
Gerald Carter
2001-09-14
1
-2
/
+2
[next]