Age | Commit message (Expand) | Author | Files | Lines |
2001-04-13 | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 1 | -2/+3 |
2001-04-11 | To stop people complaining about the mktemp call, move it into lib/util.c. Th... | Jeremy Allison | 1 | -0/+14 |
2001-04-10 | Fixed --with-automount compile error. | Jeremy Allison | 1 | -2/+2 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -1/+1 |
2001-03-26 | Patch to make automount lookup fallback to get home directory from getpwnam. | Jeremy Allison | 1 | -19/+25 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -1/+1 |
2001-03-10 | started support for unicode on the wire in smbd. Using a very similar | Andrew Tridgell | 1 | -0/+9 |
2001-02-20 | - neater setting of bcc | Andrew Tridgell | 1 | -6/+16 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -51/+0 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 1 | -15/+35 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -131/+0 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -1/+1 |
2000-05-17 | Changed name of case_sensitive in mask_match to avaid gcc "shadow global" | Jeremy Allison | 1 | -4/+2 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 1 | -102/+6 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -3/+3 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -604/+53 |
2000-04-30 | YIPEE!!!!! | Andrew Tridgell | 1 | -1/+1 |
2000-04-24 | moved the INSURE hook into util.c | Andrew Tridgell | 1 | -0/+26 |
2000-04-23 | if using insure then don't close fd 2 | Andrew Tridgell | 1 | -1/+4 |
2000-04-22 | return NULL for a zero size memdup | Andrew Tridgell | 1 | -0/+1 |
2000-04-17 | moved standard_sub() and friends into a separate module | Andrew Tridgell | 1 | -269/+1 |
2000-04-15 | added standard_sub_snum() function for modules that don't have | Andrew Tridgell | 1 | -1/+8 |
2000-04-12 | Removed "ole locking compat" parameter (no longer used). | Jeremy Allison | 1 | -34/+1 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -25/+0 |
2000-04-11 | add an align4() function | Andrew Tridgell | 1 | -1/+14 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -51/+2 |
2000-03-27 | moved nmblib-specific code from util.c to nmblib.c. | Luke Leighton | 1 | -191/+0 |
2000-03-10 | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 1 | -5/+5 |
2000-03-06 | changed prs_unistr to parse empty and non-empty strings the same way. | Jean-François Micouleau | 1 | -14/+20 |
2000-02-09 | Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi... | Jeremy Allison | 1 | -2/+3 |
2000-02-07 | Jeremy can you check lib/util_unistr.c for codepages support ? | Jean-François Micouleau | 1 | -0/+12 |
2000-02-03 | Comments to use vfs_* functions instead of dos_* unless really | Tim Potter | 1 | -1/+3 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -137/+1 |
2000-01-14 | Added "inherit permissions" patch. | Jeremy Allison | 1 | -0/+28 |
2000-01-11 | Fixed bug in unix_mask_match() that caused veto files not to work. | Jeremy Allison | 1 | -31/+9 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -5/+4 |
2000-01-06 | Generic wildcard matching fix from weidel@multichart.de. | Jeremy Allison | 1 | -19/+80 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 1 | -0/+15 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -7/+0 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -0/+21 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -873/+583 |
1999-12-12 | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1 | -3/+3 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -9/+237 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -1/+6 |
1999-12-09 | OK. This code works on a RedHat 6.0 system. However smbpasswd | Gerald Carter | 1 | -2/+9 |
1999-12-02 | added get_any_dc_name() function. | Luke Leighton | 1 | -0/+1 |
1999-12-02 | need a domain resolving function, but get_trusted_serverlist() will do. | Luke Leighton | 1 | -0/+34 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -1/+1 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1 | -21/+0 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1 | -0/+21 |