index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
password.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-04
1
-0
/
+8
*
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
2000-12-19
1
-4
/
+18
*
Fixed bug noticed by JF. se_access_check needs user SID as first in token.
Jeremy Allison
2000-12-12
1
-10
/
+23
*
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2000-12-12
1
-9
/
+28
*
Removed unused auto (IRIX compiler warning).
Jeremy Allison
2000-12-08
1
-2
/
+1
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-1
/
+1
*
Print debug if domain_client_validate() cannot fetch the trust account
Tim Potter
2000-12-06
1
-1
/
+2
*
include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...
Jeremy Allison
2000-11-28
1
-60
/
+81
*
combined 2 if statments which used the same condition
Gerald Carter
2000-11-21
1
-3
/
+5
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-47
/
+57
*
Remove duplicate group initialisation function.
Tim Potter
2000-10-11
1
-22
/
+0
*
Fix for null passwords being allowed bug.
Jeremy Allison
2000-10-05
1
-4
/
+8
*
With John Reilly help tracking it down - fixed a *nasty* bug when
Jeremy Allison
2000-09-12
1
-1
/
+0
*
Hopefully this should fix the primary group permission problem.
Tim Potter
2000-09-07
1
-2
/
+0
*
Fix for the SID history problem when using a Win2k domain controller
Jeremy Allison
2000-09-06
1
-7
/
+4
*
smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.
Jeremy Allison
2000-08-28
1
-1
/
+0
*
Merge bug - still getting used to dirdiff.
Tim Potter
2000-08-28
1
-1
/
+0
*
Merge from appliance branch.
Tim Potter
2000-08-28
1
-0
/
+10
*
Found the sec_ctx_stack overflow - a become_root() should have been an
Jeremy Allison
2000-08-08
1
-1
/
+1
*
Fixed up the user/group contexts when using authenticated pipes.
Jeremy Allison
2000-08-04
1
-3
/
+6
*
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
2000-08-03
1
-15
/
+12
*
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
2000-08-02
1
-67
/
+46
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-2
/
+2
*
Spelling fixes.
Tim Potter
2000-07-10
1
-3
/
+3
*
Delete OriginalDir stuff.
Tim Potter
2000-06-23
1
-3
/
+3
*
ZERO_STRUCT() of info3 structure before using it.
Tim Potter
2000-06-14
1
-0
/
+2
*
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
2000-06-09
1
-52
/
+14
*
free NET_USER_INFO_3 gids when vuser invalidated.
Luke Leighton
2000-06-09
1
-0
/
+4
*
dynamic allocation of NET_USER_INFO_3 gids.
Luke Leighton
2000-06-09
1
-23
/
+37
*
reverted jeremy's changes that removed NET_USER_INFO_3. will you please
Luke Leighton
2000-06-09
1
-28
/
+53
*
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...
Jeremy Allison
2000-06-08
1
-53
/
+28
*
added a NET_USER_INFO_3 struct to user_struct.
Luke Leighton
2000-06-08
1
-1
/
+34
*
moved secrets fns into secrets.c
Andrew Tridgell
2000-06-03
1
-1
/
+1
*
got rid of lp_revalidate()
Andrew Tridgell
2000-05-24
1
-1
/
+1
*
use "winbind separator" option for domain/user separator character
Andrew Tridgell
2000-05-12
1
-1
/
+1
*
use our primary domain trust account for trusted domain authentication
Andrew Tridgell
2000-05-12
1
-2
/
+2
*
- changed smb_getpwnam() to use winbind style usernames
Andrew Tridgell
2000-05-10
1
-1
/
+1
*
treat a blank "password server =" line as a "*" if in domain security
Andrew Tridgell
2000-05-10
1
-3
/
+2
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
- use smb_gwtpwnam() in another couple of places
Andrew Tridgell
2000-05-09
1
-1
/
+1
*
added secrets.tdb and changed storage of trust account password to use
Andrew Tridgell
2000-05-08
1
-1
/
+1
*
a minimal change to get appliance mode to work with winbindd
Andrew Tridgell
2000-05-04
1
-8
/
+22
*
- use full_name instead of real_name
Andrew Tridgell
2000-05-04
1
-2
/
+2
*
Insure uninitialized memory read fixes.
Jeremy Allison
2000-05-03
1
-0
/
+2
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
1
-12
/
+12
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-2
/
+2
*
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
1
-8
/
+9
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-4
/
+2
*
you know, when you do a cvs commit, you _really_ expect it to actually work.
Luke Leighton
2000-03-10
1
-9
/
+0
*
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
2000-02-15
1
-5
/
+1
[next]