index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added structures for LOGON_CTRL rpc.
Tim Potter
2001-05-24
2
-24
/
+95
*
Added srvinfo and partial logonctrl and logonctrl2 commands.
Tim Potter
2001-05-24
2
-2
/
+267
*
Fixed compiler warning.
Tim Potter
2001-05-24
1
-1
/
+0
*
Added server side reponse to net_logon_ctrl rpc. We can now respond
Tim Potter
2001-05-24
2
-3
/
+62
*
Added srv_get_info client command.
Tim Potter
2001-05-24
1
-0
/
+46
*
Added logon control2 client call.
Tim Potter
2001-05-24
1
-29
/
+15
*
Added a init function for net_q_logon_ctrl2 so we can make this call
Tim Potter
2001-05-24
1
-12
/
+133
*
Removed some level 0 debugs accidentally left in - oops.
Tim Potter
2001-05-24
1
-3
/
+0
*
Replaced next_command() with call to next_token().
Tim Potter
2001-05-24
1
-21
/
+5
*
Added stubs for SRVSVC and NETLOGON rpcclient commands.
Tim Potter
2001-05-24
6
-428
/
+289
*
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
2
-0
/
+2
*
Stupid typo. Should be if (!tdb).
Jeremy Allison
2001-05-23
1
-1
/
+1
*
Try to fix build by adding autoconf tests for pam headers.
Jeremy Allison
2001-05-22
4
-612
/
+660
*
Defensive brlock and locking database cleaning code.
Jeremy Allison
2001-05-22
4
-50
/
+165
*
Use canonical mappings for file controls. Fixes W2KSP2 profile problems (I
Jeremy Allison
2001-05-18
1
-0
/
+11
*
make proto
Gerald Carter
2001-05-18
1
-0
/
+19
*
merge from 2.2 (deleteprinterdriver RPC)
Gerald Carter
2001-05-18
5
-8
/
+232
*
Fix the W2KSP2 joining a Samba domain problem.
Jeremy Allison
2001-05-18
4
-7
/
+16
*
merge from 2.2 DeletePrinterDriver() server side stud coming
Gerald Carter
2001-05-17
4
-1
/
+200
*
added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ
Andrew Tridgell
2001-05-17
1
-3
/
+3
*
- added ability for swat to run under CGI. This needs
Andrew Tridgell
2001-05-17
2
-600
/
+629
*
ran make proto
Andrew Tridgell
2001-05-17
1
-4
/
+0
*
Ran a make proto to fix the problems ...
Richard Sharpe
2001-05-17
1
-2
/
+5
*
Fixes to get pam_auth() functionality working again.
Tim Potter
2001-05-17
4
-48
/
+35
*
Fix a small warning about char * vs unsigned char * that gets some compilers
Richard Sharpe
2001-05-17
1
-1
/
+1
*
Broke out change trust account password routines into separate file
Tim Potter
2001-05-17
3
-219
/
+246
*
Ohh boy, I should be working on lots of other things, but I am pissed off, so
Richard Sharpe
2001-05-17
1
-4
/
+4
*
Further recasts to sockaddr * rather than sockaddr_in *
Richard Sharpe
2001-05-17
1
-3
/
+3
*
groupdb/mapping.c: Fix gcc compiler warning.
Jeremy Allison
2001-05-17
2
-21
/
+29
*
Fix a stupid typo in Makefile.in that prevented the libsmbclient code
Richard Sharpe
2001-05-16
1
-1
/
+1
*
Added winbind programs to build for supported systems (i.e linux and
Tim Potter
2001-05-16
3
-581
/
+618
*
Update from Toomas Soome <tsoome@ut.ee>.
Jeremy Allison
2001-05-16
1
-67
/
+67
*
Zero-fill struct hostent.
Jeremy Allison
2001-05-15
1
-0
/
+2
*
Fixed glibc crash problems with libnss_wins.so
Jeremy Allison
2001-05-15
1
-4
/
+44
*
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
2001-05-15
4
-7
/
+30
*
make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...
Andrew Tridgell
2001-05-15
1
-6
/
+29
*
Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()
Tim Potter
2001-05-15
1
-8
/
+4
*
Removed extraneous semicolons from some lp_ parameter definitions.
Tim Potter
2001-05-15
1
-2
/
+2
*
Memory leak fixes from insure.
Tim Potter
2001-05-15
2
-10
/
+5
*
Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.
Richard Sharpe
2001-05-15
1
-39
/
+32
*
Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVAL
Richard Sharpe
2001-05-15
1
-24
/
+24
*
remember to close tdb after use
Andrew Tridgell
2001-05-15
2
-9
/
+14
*
make the max_connections code less horrendously inefficient
Andrew Tridgell
2001-05-15
1
-23
/
+9
*
Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.
Jeremy Allison
2001-05-14
1
-2
/
+2
*
Stupidity by me..... 777 != 0777
Jeremy Allison
2001-05-14
1
-1
/
+1
*
tdb_traverse returns number of records, not zero, on success.
Jeremy Allison
2001-05-14
1
-2
/
+14
*
Make libsmbclient.so by default now.
Richard Sharpe
2001-05-14
1
-1
/
+2
*
Implemented max connections in a similar way to 2.0.x (scan of connection db).
Jeremy Allison
2001-05-14
2
-11
/
+91
*
Cosmetic changes in make proto output.
Tim Potter
2001-05-14
1
-1
/
+1
[next]