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
*
Properly display popt errors. Also fix debug to be -d for consistency with o...
Jim McDonough
2003-01-21
1
-2
/
+3
*
Fixup proto generation to not include krb5 specific symbols
Jeremy Allison
2003-01-21
2
-5
/
+8
*
More fixes getting us closer to full Heimdal compile....
Jeremy Allison
2003-01-21
5
-11
/
+155
*
don't free() auto variables; fixes segfault when looking up RefusePasswordCha...
Gerald Carter
2003-01-21
1
-3
/
+5
*
sanity checks from Ken Cross
Gerald Carter
2003-01-21
2
-3
/
+7
*
should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build
Jim McDonough
2003-01-20
1
-1
/
+1
*
Merge in more of the SuSE patches for Heimdal. These changes show how
Jeremy Allison
2003-01-19
5
-10070
/
+20214
*
strip any trailing \'s from reg key names in an open
Gerald Carter
2003-01-19
1
-2
/
+10
*
removing extra debug statement
Gerald Carter
2003-01-18
1
-2
/
+0
*
connect to the actual netbios name in smb.conf and not LOCALHOST
Gerald Carter
2003-01-17
1
-1
/
+1
*
Janitorial duty...
Jeremy Allison
2003-01-17
1
-4
/
+8
*
Fix reference count bug where smbd's would not terminate with no
Jeremy Allison
2003-01-17
2
-18
/
+12
*
Merge the fix from head about short variables.
Richard Sharpe
2003-01-16
1
-1
/
+1
*
Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.
Jeremy Allison
2003-01-16
4
-38
/
+77
*
More Heimdal changes. Still not compiling with Heimdal yet...
Jeremy Allison
2003-01-16
4
-2
/
+9
*
Fist part of fixes to make us compile with Heimdal. Don't explicitly
Jeremy Allison
2003-01-16
4
-146
/
+282
*
Add mutex protection around auth calls.
Jeremy Allison
2003-01-16
1
-41
/
+37
*
Merge of holding pattern stuff from HEAD.
Tim Potter
2003-01-15
1
-21
/
+5
*
s/WIFSIGNALLED/WIFSIGNALED/g
Gerald Carter
2003-01-15
1
-1
/
+1
*
missed a file
Gerald Carter
2003-01-15
1
-13
/
+4
*
Remove debugging stmt.
Tim Potter
2003-01-15
1
-3
/
+0
*
Sync up compiler warning fixes.
Tim Potter
2003-01-15
1
-9
/
+9
*
Remove a wayward file.
Richard Sharpe
2003-01-15
1
-281
/
+0
*
playing janitor for tpot; remove holding pattern
Gerald Carter
2003-01-15
1
-6
/
+0
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
25
-19108
/
+9063
*
sync up ignored files from HEAD
Gerald Carter
2003-01-15
1
-2
/
+6
*
winbindd merges from HEAD
Gerald Carter
2003-01-15
3
-18
/
+13
*
merging some rpcclient and net functionality from HEAD
Gerald Carter
2003-01-15
13
-26
/
+349
*
initialize acct_ctrl variable before it is used
Herb Lewis
2003-01-15
1
-2
/
+1
*
more unused files
Gerald Carter
2003-01-15
1
-92
/
+0
*
remving more unused files
Gerald Carter
2003-01-15
2
-77
/
+0
*
[merge]
Gerald Carter
2003-01-15
6
-16
/
+18
*
removing unused files from release branch
Gerald Carter
2003-01-15
4
-1337
/
+0
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2003-01-15
1
-0
/
+88
|
\
|
*
Refactor the NTLMSSP code again - this time we use function pointers to
Andrew Bartlett
2003-01-15
6
-20
/
+330
|
*
Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdup
Andrew Bartlett
2003-01-15
1
-3
/
+1
|
*
added cli_lsa_enum_account_rights() call. Note that this is in
Andrew Tridgell
2003-01-15
6
-0
/
+247
|
*
Fix warnings by getting the function into a shape the autoprototyper will
Andrew Bartlett
2003-01-15
1
-6
/
+4
|
*
Crash fixes:
Andrew Bartlett
2003-01-15
2
-2
/
+8
|
*
One more from waitpid() audit: Correctly interpret waitstatus when a
Martin Pool
2003-01-15
1
-1
/
+5
|
*
Run autoheader
Martin Pool
2003-01-15
1
-6
/
+0
|
*
Fix bug where the existence of config.cache would cause functions like
Martin Pool
2003-01-15
1
-14
/
+3
|
*
IRIX uses libns_winbind.so instead of libnss_winbind.so
Herb Lewis
2003-01-15
2
-8978
/
+18874
|
*
[merge] removing unused variable and unused file
Gerald Carter
2003-01-14
1
-237
/
+0
|
*
Fix some debug lines, and add a bit more info to help track down ldap
Andrew Bartlett
2003-01-14
1
-8
/
+15
|
*
make -i flag work lik eit did in 2.2
Gerald Carter
2003-01-14
1
-2
/
+5
|
*
Commit my (disabled) fstring/pstring mixup detection code.
Andrew Bartlett
2003-01-14
1
-0
/
+21
|
*
The last of the fstring/pstring mixups, and an extra 'static'.
Andrew Bartlett
2003-01-14
4
-5
/
+5
|
*
A couple more pstcpy/fstrcpy mixups - doing an fstrcpy into a pstring is
Andrew Bartlett
2003-01-14
1
-3
/
+3
|
*
Added comment about a SMB_ASSERT()
Tim Potter
2003-01-14
1
-0
/
+3
[next]