Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix build warning. | Günther Deschner | 2008-07-15 | 1 | -2/+5 |
| | | | | Guenther | ||||
* | Apply some const in clirap. | Günther Deschner | 2008-04-02 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Remove pstring from clirap2 by completely rewriting the damn | Jeremy Allison | 2007-12-03 | 1 | -1684/+2211 |
| | | | | | thing :-). Now with added paranoia. Jeremy. | ||||
* | Whitespace cleanup. | Jeremy Allison | 2007-11-30 | 1 | -209/+201 |
| | | | | Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -8/+8 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | Add net rap file user | Karolin Seeger | 2007-10-18 | 1 | -1/+4 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| | | | | | redundent. Remove it. Jeremy. | ||||
* | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| | | | | | but I've no option. Jeremy. | ||||
* | r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same. | Volker Lendecke | 2007-10-10 | 1 | -0/+56 |
| | | | | | | Implement 'net rap server name'. Volker | ||||
* | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy. | ||||
* | r16606: Klocwork #1990. Malloc the correct size. | Jeremy Allison | 2007-10-10 | 1 | -2/+12 |
| | | | | Jeremy. | ||||
* | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 2007-10-10 | 1 | -2/+0 |
| | |||||
* | r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than | Derrell Lipman | 2007-10-10 | 1 | -24/+17 |
| | | | | | | | a directory, the errno returned could end up as ENOENT rather than ENOTDIR. - Fixes some compiler warnings which showed up on IRIX, as reported by James Peach. | ||||
* | r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not ↵ | Volker Lendecke | 2007-10-10 | 1 | -0/+124 |
| | | | | | | | | | | gone mad, this is to test future changes to enumeration functions... This can successfully list users from nt4 and w2k3sp1. Volker | ||||
* | get rid of some sompiler warnings on IRIX | Herb Lewis | 2003-08-15 | 1 | -27/+36 |
| | |||||
* | Removed strupper/strlower macros that automatically map to ↵ | Jeremy Allison | 2003-07-03 | 1 | -2/+2 |
| | | | | | | | strupper_m/strlower_m. I really want people to think about when they're using multibyte strings. Jeremy. | ||||
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -1/+1 |
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett | ||||
* | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -5/+5 |
| | |||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -1/+0 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Got serious about const again. | Jeremy Allison | 2001-11-04 | 1 | -24/+29 |
| | | | | | | | REMOVED BZERO CALLS YET AGAIN !!! Why do these keep creeping back in.... They are *NOT* POSIX. I'm also thinking of removing strncpy as I'm sure it's not being used correctly.... Jeremy. | ||||
* | Added support for UserListGroups, ServiceEnum | Steve French | 2001-11-03 | 1 | -0/+125 |
| | |||||
* | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 2001-10-20 | 1 | -1/+1 |
| | | | | | in a tdb. Jeremy. | ||||
* | Add additional client RAP calls | Jim McDonough | 2001-10-19 | 1 | -0/+1832 |