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-04-23
Fix for bug in code for pam_session failure - pam_end called twice.
Jeremy Allison
1
-12
/
+5
2001-04-23
Added smb_ prefix to all Samba wrapper pam functions.
Jeremy Allison
2
-50
/
+48
2001-04-22
Commit of a modified version of Andrew Bartlett's patch that removes the
Jeremy Allison
2
-99
/
+101
2001-04-20
Oops. Typos.
John Terpstra
1
-2
/
+2
2001-04-19
Added error reporting to pam_session code.
John Terpstra
1
-0
/
+19
2001-04-18
merge from 2.2
Andrew Tridgell
2
-8
/
+4
2001-04-18
patch from Steve Langasek <vorlon@netexpress.net> to make sure we
Jeremy Allison
1
-5
/
+11
2001-04-13
Updated with Andrew Bartlett patch.
John Terpstra
1
-3
/
+30
2001-04-12
Merged John's changes.
Jeremy Allison
1
-0
/
+2
2001-04-11
Updating pampass from Samba-2.2 code tree. ===> JHT
John Terpstra
1
-139
/
+87
2001-04-10
passdb/pass_check.c: Ensure second check is done only if given username is al...
Jeremy Allison
1
-62
/
+26
2001-04-10
Added JohnT and Andrew Bartlett's PAM changes.
Jeremy Allison
2
-134
/
+444
2001-04-08
HEAD specific slprintf paranoia fixes.
Jeremy Allison
2
-11
/
+11
2001-04-08
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
1
-3
/
+3
2001-03-22
New POSIX ACL mapping code. Works with UNIX permissions, now for testing
Jeremy Allison
1
-0
/
+6
2001-03-20
Fix for crash when doing name lookup with a quoted string. Part of
Jeremy Allison
1
-1
/
+11
2001-03-19
Added sys_dlopen/sys_dlsym/sys_dlclose.
Jeremy Allison
1
-3
/
+3
2001-03-18
fixed unused variable
Andrew Tridgell
1
-1
/
+1
2001-03-14
patches from Simo. Couple of snity things
Gerald Carter
1
-1
/
+3
2001-03-11
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
3
-18
/
+18
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-5
/
+0
2001-03-02
Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.
Jeremy Allison
3
-6
/
+5
2001-02-14
Merge of i18n fixes from appliance branch. Samba can now talk to a network
Tim Potter
1
-3
/
+10
2001-02-08
add pam_setcred() call to pam_auth(). Patch was submited last Oct.
Gerald Carter
1
-0
/
+8
2001-01-15
Fixes for POSIX ACLS. ACL merge code.
Jeremy Allison
1
-2
/
+12
2001-01-11
Changes from APPLIANCE_HEAD:
David O'Neill
1
-0
/
+2
2001-01-10
Changes from APPLIANCE_HEAD:
David O'Neill
1
-9
/
+31
2000-12-12
more fixes from Simo. Also fixed the password expiration field
Gerald Carter
1
-134
/
+59
2000-12-09
group rid assignment cut and paste error
Gerald Carter
1
-2
/
+2
2000-12-06
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Jeremy Allison
1
-0
/
+5
2000-12-06
updates to the tdbsam implementation.
Gerald Carter
3
-37
/
+269
2000-11-27
passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code
Jeremy Allison
2
-30
/
+19
2000-11-22
o fixed logon script problems (wrong len in reply to net_sam_logon for
Gerald Carter
2
-3
/
+4
2000-11-21
Another large patch for the passdb rewrite.
Gerald Carter
5
-746
/
+867
2000-11-14
- fix "declaration of 'time' shadows global declaration" warning.
David O'Neill
1
-12
/
+12
2000-11-14
Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.
Jeremy Allison
1
-2
/
+2
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
6
-1422
/
+1835
2000-10-26
TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>
Gerald Carter
2
-0
/
+598
2000-10-13
last part of W2K support.
Jean-François Micouleau
1
-1
/
+0
2000-10-07
added samr_set_user_info and info_2.
Jean-François Micouleau
1
-0
/
+209
2000-09-28
Removed a line by mistake...
Jeremy Allison
1
-0
/
+1
2000-09-28
Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this
Jeremy Allison
1
-7
/
+0
2000-09-28
fixed samr_create_user(). we now correctly parse the query and the reply.
Jean-François Micouleau
2
-1
/
+9
2000-08-23
Added code to do SID to uid/gid conversion. Needed for ACL support.
Jeremy Allison
1
-2
/
+73
2000-08-02
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
1
-64
/
+22
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-12
/
+3
2000-07-10
Fixes for various compile warnings on Solaris 8.
Tim Potter
1
-1
/
+1
2000-06-09
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
1
-2
/
+41
2000-06-09
reverted jeremy's changes that removed NET_USER_INFO_3. will you please
Luke Leighton
1
-0
/
+2
2000-06-08
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...
Jeremy Allison
1
-0
/
+29
[prev]
[next]