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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix debug statement so it doesn't use lp_workgroup() either.
Jeremy Allison
2001-05-31
1
-1
/
+1
*
use the new tdb_open_log() fn on connections database
Andrew Tridgell
2001-05-30
1
-1
/
+1
*
i18n fix for domain_client_validate()
Tim Potter
2001-05-25
1
-1
/
+1
*
return an error code on password attack, rather than exiting.
Andrew Tridgell
2001-05-25
1
-4
/
+7
*
Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.
Jeremy Allison
2001-05-25
2
-11
/
+9
*
Fixup the large_writex problem (a large_writex can send a full 64k of data,
Jeremy Allison
2001-05-24
3
-7
/
+8
*
Added tdb_errstr() messages so we can see if these functions fail.
Jeremy Allison
2001-05-23
1
-3
/
+10
*
This is *very* cool. I'm pretty convinced we can just set the
Jeremy Allison
2001-05-23
1
-0
/
+1
*
Defensive brlock and locking database cleaning code.
Jeremy Allison
2001-05-22
1
-42
/
+40
*
Fixes to get pam_auth() functionality working again.
Tim Potter
2001-05-17
2
-11
/
+12
*
groupdb/mapping.c: Fix gcc compiler warning.
Jeremy Allison
2001-05-17
1
-20
/
+28
*
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
2001-05-15
1
-0
/
+3
*
make the max_connections code less horrendously inefficient
Andrew Tridgell
2001-05-15
1
-23
/
+9
*
tdb_traverse returns number of records, not zero, on success.
Jeremy Allison
2001-05-14
1
-2
/
+14
*
Implemented max connections in a similar way to 2.0.x (scan of connection db).
Jeremy Allison
2001-05-14
1
-5
/
+83
*
statcache initialisation fix
Andrew Tridgell
2001-05-12
1
-5
/
+5
*
Now we're doing the substituion in the lp_string code remove the erroneous
Jeremy Allison
2001-05-12
1
-5
/
+0
*
Fixed nasty little bug found by Gerald where we were corrupting the mode
Jeremy Allison
2001-05-10
1
-2
/
+15
*
Made "security XXX" masks apply to ACL set. By default they have no effect.
Jeremy Allison
2001-05-10
1
-29
/
+19
*
More compiler warning fixes.
Tim Potter
2001-05-08
2
-4
/
+4
*
Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stop
Jeremy Allison
2001-05-08
1
-0
/
+10
*
Fix for bad profile perms. Ensure r on files and rwx on directories.
Jeremy Allison
2001-05-07
1
-8
/
+28
*
Patch from Simo:
Gerald Carter
2001-05-07
4
-21
/
+21
*
Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought
Jeremy Allison
2001-05-06
1
-70
/
+77
*
Big cleanup of passdb and backends.
Jean-François Micouleau
2001-05-04
4
-64
/
+80
*
merge from 2.2 in password_ok() to ensure that we check the
Gerald Carter
2001-05-04
1
-1
/
+1
*
Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h
Jeremy Allison
2001-05-03
1
-0
/
+6
*
Had to add a "pam password change" parameter (defaults to "off") and inlined
Jeremy Allison
2001-05-02
1
-54
/
+42
*
Based on an original PAM patch by Andrew Bartlett, re-written by me to
Jeremy Allison
2001-04-30
3
-37
/
+48
*
- fixed some compiler warnings
Andrew Tridgell
2001-04-28
1
-2
/
+2
*
- added test for vasprintf
Andrew Tridgell
2001-04-28
1
-12
/
+0
*
use asprintf for hideunreadable option
Andrew Tridgell
2001-04-28
1
-14
/
+8
*
rpcclient/rpcclient.c: Non-void return in void function.
Jeremy Allison
2001-04-28
1
-1
/
+3
*
More debug %d -> %u issues.
Jeremy Allison
2001-04-27
1
-8
/
+3
*
Tidy up args to DEBUG Statements - found by gcc on Solaris.
Jeremy Allison
2001-04-27
2
-6
/
+8
*
Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa...
Jeremy Allison
2001-04-27
1
-23
/
+41
*
Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receiv...
Jeremy Allison
2001-04-27
1
-2
/
+2
*
Sync with default perm changes in 2.2.
Jeremy Allison
2001-04-25
1
-27
/
+122
*
Fixed memory leak in new session code.
Jeremy Allison
2001-04-23
1
-0
/
+3
*
Added smb_ prefix to all Samba wrapper pam functions.
Jeremy Allison
2001-04-23
2
-4
/
+4
*
Commit of a modified version of Andrew Bartlett's patch that removes the
Jeremy Allison
2001-04-22
2
-15
/
+22
*
Fixed compile bug when using --with-pam but not --with-utmp.
Jeremy Allison
2001-04-21
1
-0
/
+7
*
a missing string conversion.
Jean-François Micouleau
2001-04-18
1
-1
/
+1
*
new files for head
Andrew Tridgell
2001-04-18
2
-0
/
+750
*
merge from 2.2
Andrew Tridgell
2001-04-18
4
-788
/
+46
*
Removed mktemp from HEAD - same as done in 2.2.
Jeremy Allison
2001-04-18
2
-8
/
+17
*
Rememver to use VFS at all times... even in new user_can_read_file code :-).
Jeremy Allison
2001-04-18
1
-3
/
+3
*
hide unreadable patch from idra
Andrew Tridgell
2001-04-16
1
-0
/
+49
*
Finally got the semantics right (hurrah!).
Jeremy Allison
2001-04-16
1
-6
/
+14
*
Correct fix for open readonly with truncate.
Jeremy Allison
2001-04-16
1
-17
/
+18
[prev]
[next]