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