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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-05-17
Broke out change trust account password routines into separate file
Tim Potter
3
-219
/
+246
2001-05-17
Ohh boy, I should be working on lots of other things, but I am pissed off, so
Richard Sharpe
1
-4
/
+4
2001-05-17
Further recasts to sockaddr * rather than sockaddr_in *
Richard Sharpe
1
-3
/
+3
2001-05-17
groupdb/mapping.c: Fix gcc compiler warning.
Jeremy Allison
2
-21
/
+29
2001-05-16
Fix a stupid typo in Makefile.in that prevented the libsmbclient code
Richard Sharpe
1
-1
/
+1
2001-05-16
Added winbind programs to build for supported systems (i.e linux and
Tim Potter
3
-581
/
+618
2001-05-16
Update from Toomas Soome <tsoome@ut.ee>.
Jeremy Allison
1
-67
/
+67
2001-05-15
Zero-fill struct hostent.
Jeremy Allison
1
-0
/
+2
2001-05-15
Fixed glibc crash problems with libnss_wins.so
Jeremy Allison
1
-4
/
+44
2001-05-15
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
4
-7
/
+30
2001-05-15
make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...
Andrew Tridgell
1
-6
/
+29
2001-05-15
Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()
Tim Potter
1
-8
/
+4
2001-05-15
Removed extraneous semicolons from some lp_ parameter definitions.
Tim Potter
1
-2
/
+2
2001-05-15
Memory leak fixes from insure.
Tim Potter
2
-10
/
+5
2001-05-15
Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.
Richard Sharpe
1
-39
/
+32
2001-05-15
Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVAL
Richard Sharpe
1
-24
/
+24
2001-05-15
remember to close tdb after use
Andrew Tridgell
2
-9
/
+14
2001-05-15
make the max_connections code less horrendously inefficient
Andrew Tridgell
1
-23
/
+9
2001-05-14
Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.
Jeremy Allison
1
-2
/
+2
2001-05-14
Stupidity by me..... 777 != 0777
Jeremy Allison
1
-1
/
+1
2001-05-14
tdb_traverse returns number of records, not zero, on success.
Jeremy Allison
1
-2
/
+14
2001-05-14
Make libsmbclient.so by default now.
Richard Sharpe
1
-1
/
+2
2001-05-14
Implemented max connections in a similar way to 2.0.x (scan of connection db).
Jeremy Allison
2
-11
/
+91
2001-05-14
Cosmetic changes in make proto output.
Tim Potter
1
-1
/
+1
2001-05-14
make proto
Tim Potter
1
-234
/
+233
2001-05-14
So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.
Tim Potter
1
-0
/
+5
2001-05-14
Compile fixes for dynamic samr_query_userinfo() stuff.
Tim Potter
6
-37
/
+16
2001-05-14
Added arg to querygroupinfo.
Tim Potter
1
-8
/
+9
2001-05-12
string_hash() should be static. hash_clear() should be void.
Jeremy Allison
2
-8
/
+5
2001-05-12
statcache initialisation fix
Andrew Tridgell
1
-5
/
+5
2001-05-12
Now we're doing the substituion in the lp_string code remove the erroneous
Jeremy Allison
1
-5
/
+0
2001-05-11
Use talloc_strdup() instead of strdup().
Tim Potter
1
-1
/
+1
2001-05-11
Memory leak fixes plus general cleanup.
Tim Potter
2
-36
/
+24
2001-05-11
Added talloc_strdup() funcion.
Tim Potter
1
-0
/
+6
2001-05-10
Needs to be >=, not just >.
Jeremy Allison
1
-1
/
+1
2001-05-10
Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...
Jeremy Allison
1
-3
/
+5
2001-05-10
Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now use
Jeremy Allison
1
-84
/
+80
2001-05-10
free_service() was never setting the valid field to False. This is a bug
Jeremy Allison
1
-0
/
+2
2001-05-10
update from Simo
Gerald Carter
1
-8
/
+8
2001-05-10
Should be faliing on False and not True. Bad check on return value
Gerald Carter
1
-1
/
+1
2001-05-10
Fixed nasty little bug found by Gerald where we were corrupting the mode
Jeremy Allison
1
-2
/
+15
2001-05-10
Don't check for passwd program if using pam change password.
Jeremy Allison
1
-17
/
+25
2001-05-10
make proto
Tim Potter
1
-0
/
+1
2001-05-10
Use sid_peek_rid() instead of sid_split_rid().
Tim Potter
1
-3
/
+2
2001-05-10
Made "security XXX" masks apply to ACL set. By default they have no effect.
Jeremy Allison
3
-87
/
+33
2001-05-10
Replaced a whole bunch of lookup_name() requests in
Tim Potter
1
-8
/
+11
2001-05-10
Added sid_peek_rid() function to return the rid of a sid. Saves mucking
Tim Potter
1
-0
/
+13
2001-05-10
Bumped up debug level on set socket options from 3 to 5.
Tim Potter
1
-2
/
+2
2001-05-10
Reverted samr_io_userinfo_ctr() patch because it broke too much other
Tim Potter
1
-11
/
+5
2001-05-09
Fixed up the oldpw prompts. Made the matching case insensitive.
Jeremy Allison
2
-10
/
+48
[next]