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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added sid_peek_rid() function to return the rid of a sid. Saves mucking
Tim Potter
2001-05-10
1
-0
/
+13
*
Bumped up debug level on set socket options from 3 to 5.
Tim Potter
2001-05-10
1
-2
/
+2
*
Hey what happened to my debug messages? Early exit from reopen_logs()
Tim Potter
2001-05-07
1
-0
/
+11
*
removed need for scandir in client.c
Andrew Tridgell
2001-05-07
1
-1
/
+3
*
Preliminary merge of winbind into HEAD. Note that this compiles and links
Tim Potter
2001-05-07
1
-21
/
+0
*
fix interfaces.c for aix 3.2.5
Andrew Tridgell
2001-05-07
1
-2
/
+0
*
Some versions of readline don't have rl_completion_func_t. )-:
Tim Potter
2001-05-07
1
-2
/
+1
*
Fixed compiler warning.
Tim Potter
2001-05-07
1
-1
/
+2
*
replace modf so we don't need the math library
Andrew Tridgell
2001-05-06
1
-4
/
+39
*
Merging Gerald's PDC SAM name fix.
Jeremy Allison
2001-05-03
1
-13
/
+76
*
Had to add a "pam password change" parameter (defaults to "off") and inlined
Jeremy Allison
2001-05-02
1
-5
/
+5
*
Fixed password entry caching bug pointed out by Elrond.
Jeremy Allison
2001-04-30
1
-14
/
+25
*
don't need slprintf.c any more
Andrew Tridgell
2001-04-28
1
-24
/
+0
*
- added test for vasprintf
Andrew Tridgell
2001-04-28
3
-122
/
+17
*
got asprintf defn right
Andrew Tridgell
2001-04-28
1
-11
/
+12
*
few cleanups to bring in line with 2.2
Gerald Carter
2001-04-28
1
-1
/
+0
*
More debug %d -> %u issues.
Jeremy Allison
2001-04-27
1
-4
/
+4
*
More %d (uid_t) stuff...
Jeremy Allison
2001-04-27
1
-3
/
+3
*
Don't use variables called "acl" as it's the name of a function in Solaris.
Jeremy Allison
2001-04-27
1
-13
/
+13
*
added much better snprintf code, plus new function asprintf
Andrew Tridgell
2001-04-27
1
-734
/
+714
*
Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase
Jeremy Allison
2001-04-25
1
-2
/
+12
*
Fix proto's in old code.
Jeremy Allison
2001-04-21
1
-21
/
+9
*
merge from 2.2
Gerald Carter
2001-04-20
1
-1
/
+1
*
merge from 2.2
Gerald Carter
2001-04-19
1
-2
/
+2
*
Removed mktemp from HEAD - same as done in 2.2.
Jeremy Allison
2001-04-18
1
-39
/
+4
*
Merged Andrew's wfw fix (2).
Jeremy Allison
2001-04-17
1
-2
/
+5
*
AIX ACLs donated by IBM.
Jeremy Allison
2001-04-17
2
-4
/
+988
*
Added Darwin guess.
Jeremy Allison
2001-04-15
1
-88
/
+93
*
Removed one samba-bugs ref. from source.
Jeremy Allison
2001-04-14
1
-1
/
+1
*
Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. Changed
Jeremy Allison
2001-04-14
1
-0
/
+9
*
Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentially
Jeremy Allison
2001-04-13
1
-0
/
+28
*
Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hard
Jeremy Allison
2001-04-13
1
-0
/
+24
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
2
-7
/
+5
*
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
2001-04-13
3
-77
/
+96
*
Can't use space in random string used for exec.
Jeremy Allison
2001-04-12
1
-1
/
+1
*
Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't
Jeremy Allison
2001-04-12
1
-0
/
+24
*
Merged John's changes.
Jeremy Allison
2001-04-12
1
-3
/
+3
*
To stop people complaining about the mktemp call, move it into lib/util.c. Th...
Jeremy Allison
2001-04-11
3
-2
/
+15
*
Changed the order of -kPIC and -kpic.
Jeremy Allison
2001-04-11
1
-4
/
+6
*
Fixed --with-automount compile error.
Jeremy Allison
2001-04-10
1
-2
/
+2
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
6
-7
/
+7
*
If we can't open the username map file, at least print the strerror.
Jeremy Allison
2001-04-06
1
-1
/
+1
*
Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.
Jeremy Allison
2001-04-05
2
-560
/
+52
*
Tidy up tmp file handling.
Jeremy Allison
2001-04-05
1
-7
/
+2
*
Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.
Jeremy Allison
2001-04-03
1
-0
/
+214
*
IRIX ACLs from Herb.
Jeremy Allison
2001-04-02
1
-0
/
+244
*
include/ntdomain.h:
Jeremy Allison
2001-04-02
1
-2
/
+2
*
configure configure.in include/config.h.in lib/replace.c: Added test and repl...
Jeremy Allison
2001-03-31
1
-0
/
+7
*
Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"
Jeremy Allison
2001-03-27
1
-51
/
+83
*
merge from 2.2
Gerald Carter
2001-03-27
1
-8
/
+71
[next]