Age | Commit message (Expand) | Author | Files | Lines |
2003-08-08 | need to make sure that the connection struct mem_ctx is initialized and destr... | Gerald Carter | 1 | -25/+48 |
2003-08-07 | Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted | Jeremy Allison | 7 | -55/+221 |
2003-08-07 | An oplock break reply from the client causes the sequence number to be | Jeremy Allison | 3 | -5/+46 |
2003-08-07 | Turns out I had my packet sequences wrong for oplock break code. | Jeremy Allison | 6 | -51/+41 |
2003-08-07 | Cosmetic fix from waider@waider.ie. | Jeremy Allison | 1 | -0/+31 |
2003-08-07 | Patch from waider@waider.ie to print out Port Type. | Jeremy Allison | 2 | -1/+31 |
2003-08-06 | Ensure smbclient obeys -s smb.conf option. | Jeremy Allison | 1 | -6/+16 |
2003-08-06 | Reversed replacement. Oops. | Jeremy Allison | 1 | -2/+2 |
2003-08-06 | Anal formatting tidyup :-). | Jeremy Allison | 1 | -181/+198 |
2003-08-06 | Get rid of MAXPATHLEN, move to standard PATH_MAX. | Jeremy Allison | 4 | -9/+5 |
2003-08-06 | fix bug #208; have to get the gid of the user's primary group for %G | Gerald Carter | 2 | -1/+17 |
2003-08-06 | rework winbindd_accountdb_init() to reduce error messages in the log | Gerald Carter | 2 | -24/+26 |
2003-08-06 | When doing 'net groupmap add', default to algorithmic mapping for the rid. | Volker Lendecke | 1 | -6/+11 |
2003-08-06 | Spelling. | Tim Potter | 1 | -1/+1 |
2003-08-06 | oops; fix typo. Noticed by gcc warning | Gerald Carter | 1 | -2/+2 |
2003-08-05 | fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u... | Gerald Carter | 1 | -9/+20 |
2003-08-04 | Changes to make gss-spnego ntlmssp client work against W2k AD. | Volker Lendecke | 2 | -27/+59 |
2003-08-04 | Fix unused variable warning. | Tim Potter | 1 | -1/+1 |
2003-08-04 | Memory leak fix for create_rpc_bind_req() | Tim Potter | 1 | -0/+1 |
2003-08-04 | More patches from Brett: | Tim Potter | 1 | -20/+23 |
2003-08-04 | Fix memory leak in py_smb_set_setdesc() | Tim Potter | 1 | -10/+15 |
2003-08-03 | Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un... | Jeremy Allison | 1 | -0/+6 |
2003-08-03 | Output message saying "signed connect" instead of just connect when signing | Jeremy Allison | 1 | -0/+1 |
2003-08-03 | Fix oplock break detection code on incoming oplock break responses. This | Jeremy Allison | 1 | -7/+15 |
2003-08-02 | make sure to initialize the backend methods when enumerating sequence numbers... | Gerald Carter | 1 | -0/+2 |
2003-08-02 | Ensure we don't leak any sign records on cancel of pending requests. | Jeremy Allison | 3 | -0/+29 |
2003-08-02 | Only look for mid sign records on incoming packets for oplock break replies. | Jeremy Allison | 1 | -20/+28 |
2003-08-02 | More fixes for client and server side signing. Ensure sequence numbers | Jeremy Allison | 4 | -35/+108 |
2003-08-02 | Leave the packet sequence checkers enabled whilst I track down a smbclient ->... | Jeremy Allison | 1 | -2/+2 |
2003-08-02 | Add the same signing code to the server. Ensure we use identical session | Jeremy Allison | 4 | -12/+82 |
2003-08-02 | Correct fix (removed the earlier band-aid) for what I thought was a signing | Jeremy Allison | 4 | -4/+97 |
2003-08-01 | Fix the option processing for smbtar. Does no one check this ! | Jeremy Allison | 2 | -6/+35 |
2003-08-01 | add tests for IRIX attr functions | Herb Lewis | 1 | -1/+3 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 20 | -20/+20 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 11 | -11/+11 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 23 | -25/+19 |
2003-08-01 | fix cut-n-paste error found by abartlet | Gerald Carter | 1 | -8/+10 |
2003-08-01 | Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus sasl | Volker Lendecke | 1 | -25/+310 |
2003-08-01 | Fix a memory leak. I did not check all the calls to winbindd_request, but | Volker Lendecke | 1 | -0/+2 |
2003-08-01 | locking.c now refers to map_nt_error_from_unix, so link it in with | Volker Lendecke | 1 | -2/+2 |
2003-08-01 | Finish reformatting. | Jeremy Allison | 1 | -516/+467 |
2003-08-01 | Final fix for the bug tridge found. Only push locks onto a blocking lock | Jeremy Allison | 2 | -1/+6 |
2003-08-01 | Reformat lots of clitar code as I hate the style so much :-). | Jeremy Allison | 1 | -563/+540 |
2003-08-01 | Reformat clitar option processing - getting ready to fix it for popt... | Jeremy Allison | 1 | -183/+176 |
2003-07-31 | CVAL_NC() doesn't need the (unsigned) fix and breaks the IRIX build | Andrew Tridgell | 1 | -1/+1 |
2003-07-31 | only honor the first OID in the sessetup snego negotiate. Deviates | Gerald Carter | 1 | -4/+15 |
2003-07-31 | Return proper error when it is impossible to change quota flags | Alexander Bokovoy | 1 | -2/+23 |
2003-07-31 | Fix off-by-one found by valgrind. | Volker Lendecke | 1 | -1/+1 |
2003-07-31 | spnego.c has function definitions. Prototype them. | Volker Lendecke | 1 | -1/+1 |
2003-07-31 | Fixes for memory leaks in gss spnego handling by aliguori. | Volker Lendecke | 1 | -13/+9 |