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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added some command line argument checking and usage info.
Tim Potter
2001-08-01
1
-0
/
+5
*
Added and populated .cvsignore files for packaging subdirectories.
Tim Potter
2001-08-01
4
-0
/
+16
*
Fix for rare tdb pattern store failure. Found & fixed by Rusty.
Jeremy Allison
2001-07-31
1
-1
/
+4
*
Fixup error returns in updating driver db version.
Jeremy Allison
2001-07-30
1
-22
/
+40
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
16
-22
/
+27
*
Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicode
Jeremy Allison
2001-07-30
1
-57
/
+6
*
uint -> uint32.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
Fixes for varargs problems with std c.
Jeremy Allison
2001-07-30
4
-13
/
+13
*
Ignore some of the autoconf files.
Tim Potter
2001-07-30
1
-0
/
+3
*
Fix invalid uid being used after logoff. Thanks to Nigel Williams
Jeremy Allison
2001-07-28
1
-2
/
+1
*
Fix for potential crash bug with bad fid.
Jeremy Allison
2001-07-28
1
-1
/
+13
*
Return an exit code when connect failed.
Tim Potter
2001-07-27
1
-1
/
+1
*
better debug messages + fix typo in debug message
Simo Sorce
2001-07-26
1
-2
/
+2
*
Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.
Jeremy Allison
2001-07-26
7
-622
/
+810
*
Always check fstat for error.
Jeremy Allison
2001-07-25
1
-10
/
+13
*
Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fix
Jeremy Allison
2001-07-25
1
-1
/
+1
*
we need to pull passwords in client charset for crypto to work
Andrew Tridgell
2001-07-25
1
-1
/
+1
*
need to push smb_search strings in client charset
Andrew Tridgell
2001-07-25
1
-5
/
+5
*
Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.
Tim Potter
2001-07-25
11
-154
/
+153
*
- don't try to print pointers
Andrew Tridgell
2001-07-25
2
-13
/
+2
*
Re-ran autoconf.
Tim Potter
2001-07-25
1
-548
/
+593
*
Merge of change machine account password race fix from appliance branch.
Tim Potter
2001-07-25
1
-1
/
+17
*
got rid of INFO: msgs at debug level 1
Andrew Tridgell
2001-07-25
1
-2
/
+2
*
nicer smbtree output
Andrew Tridgell
2001-07-25
1
-2
/
+4
*
ucs2 is always a multiple of 2 bytes
Andrew Tridgell
2001-07-25
1
-0
/
+6
*
a better test for unix domain sockets
Andrew Tridgell
2001-07-25
5
-6
/
+24
*
added a --with-libiconv=BASEDIR/ option to allow easier use of an
Andrew Tridgell
2001-07-25
3
-724
/
+824
*
build smbtree by default. It's a very useful utility.
Andrew Tridgell
2001-07-25
1
-1
/
+8
*
Store winbindd in the sbin directory. Make the winbind pam module also as
Tim Potter
2001-07-24
3
-612
/
+624
*
Convert other parameters (read list, write list, valid users...) to the P_LIS...
Simo Sorce
2001-07-24
4
-85
/
+184
*
Make sure that a shared library build of libsmbclient causes build
Richard Sharpe
2001-07-24
1
-1
/
+1
*
make nsswitch target wasn't building the winbind pam module.
Tim Potter
2001-07-24
1
-1
/
+1
*
Commit an updated configure, but the build_farm should run autoconf!
Richard Sharpe
2001-07-24
1
-723
/
+738
*
We were making an assumption in the oplock
Jeremy Allison
2001-07-24
1
-1
/
+0
*
Another fine mess, err, fine tune to the Slowaris build ...
Richard Sharpe
2001-07-24
1
-2
/
+1
*
Make the Slowaris build a bit nicer with cc
Richard Sharpe
2001-07-24
1
-1
/
+1
*
Fix case insensitive password change code.
Jeremy Allison
2001-07-23
5
-38
/
+47
*
Same fix for resume as for pause.
Jeremy Allison
2001-07-23
1
-1
/
+2
*
Fix for CUPS pause/restart code.
Jeremy Allison
2001-07-23
1
-2
/
+2
*
Fix for cups compile.
Jeremy Allison
2001-07-23
1
-16
/
+17
*
Fix some fscked up things that I added to the Solaris CC build of shared libs
Richard Sharpe
2001-07-23
2
-3
/
+3
*
One more possible fix for Solaris CC and GCC
Richard Sharpe
2001-07-23
1
-1
/
+2
*
Fix the POOBAD_CC on Slowaris so we can handle things correctly ...
Richard Sharpe
2001-07-23
2
-3
/
+13
*
Try and build shared on SCO. Assume that it is like others, but uses
Richard Sharpe
2001-07-23
1
-0
/
+2
*
In wb_samr_query_dispinfo() pass back the 32-bit status code from
Tim Potter
2001-07-23
1
-10
/
+10
*
cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't an
Tim Potter
2001-07-23
1
-1
/
+4
*
OK, I think I have fscking IRIX figured out for building PIC code.
Richard Sharpe
2001-07-23
1
-1
/
+5
*
Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashing
Tim Potter
2001-07-23
1
-8
/
+42
*
Added a warning debug if cli_samr_lookup_rids is called with more than 1000
Tim Potter
2001-07-23
1
-1
/
+7
*
if EILSEQ doesn't exist then use EIO. It doesn't really matter what
Andrew Tridgell
2001-07-22
1
-2
/
+3
[prev]
[next]