Age | Commit message (Expand) | Author | Files | Lines |
2008-09-11 | netapi: fix NetShareEnum_r which in fact enumerates all shares. | Günther Deschner | 1 | -7/+7 |
2008-09-11 | netapi: fix doxygen warning. | Günther Deschner | 1 | -1/+1 |
2008-09-10 | Fix bug #5052 - not work cancel inheritance on share. We were | Jeremy Allison | 1 | -3/+10 |
2008-09-10 | When requesting UNIX info levels on findfirst/findnext, don't play games with... | Jeremy Allison | 1 | -1/+5 |
2008-09-10 | Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken. | Jeremy Allison | 1 | -2/+14 |
2008-09-10 | net: share_type is defined in net_rap.c, net_rpc.c needs to use that. | Kai Blin | 2 | -2/+3 |
2008-09-10 | Fix some bogus compiler warnings | Volker Lendecke | 1 | -5/+10 |
2008-09-09 | Fix make test on sparc and possibly also on AIX | Volker Lendecke | 1 | -1/+3 |
2008-09-09 | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Jelmer Vernooij | 9 | -44/+814 |
2008-09-09 | Stop ignoring .svn directories when creating tags, since we no longer use | Jelmer Vernooij | 1 | -2/+2 |
2008-09-09 | Rename object variables to avoid clashes with Samba 4. | Jelmer Vernooij | 2 | -6/+8 |
2008-09-09 | Convert cli_query_secdesc to the async trans call | Volker Lendecke | 1 | -21/+16 |
2008-09-09 | Convert cli_qfileinfo to the async trans call | Volker Lendecke | 1 | -21/+19 |
2008-09-09 | Add async trans/trans2/nttrans calls to libsmb | Volker Lendecke | 2 | -0/+722 |
2008-09-09 | Add some debug to reply_nttrans | Volker Lendecke | 1 | -0/+11 |
2008-09-09 | Move setting the mid field in req->outbuf from _cork to _uncork | Volker Lendecke | 1 | -1/+1 |
2008-09-09 | Add utility function cli_in_chain() | Volker Lendecke | 2 | -0/+16 |
2008-09-09 | make smb_bytes_push_str public | Volker Lendecke | 2 | -1/+2 |
2008-09-09 | Add a utility function to append a DATA_BLOB to a talloc object | Volker Lendecke | 2 | -0/+27 |
2008-09-09 | Fix a memleak in cli_qfilename (only used in smbtorture) | Volker Lendecke | 1 | -0/+5 |
2008-09-08 | Fix calculation of useable_space for trans2 and nttrans replies | Volker Lendecke | 2 | -18/+19 |
2008-09-08 | When setting an NFSv4 ACL, map generic bits | Volker Lendecke | 1 | -0/+4 |
2008-09-08 | Thanks metze for pointing out the missing extern :-) | Volker Lendecke | 1 | -1/+1 |
2008-09-08 | smbd: some write time fixes | Stefan Metzmacher | 2 | -8/+8 |
2008-09-08 | Remove some duplicate code | Volker Lendecke | 1 | -6/+1 |
2008-09-08 | netapi: expand NetUser testsuite a little. | Günther Deschner | 1 | -2/+146 |
2008-09-08 | netapi: add NetShare testsuite. | Günther Deschner | 4 | -1/+240 |
2008-09-08 | net: use NETSETUP flags consistently. | Günther Deschner | 1 | -1/+1 |
2008-09-08 | netapi: re-arrange a little NetLocalGroupSetMembers example code. | Günther Deschner | 1 | -4/+9 |
2008-09-08 | netapi: fix NetShareGetInfo example output. | Günther Deschner | 1 | -1/+1 |
2008-09-05 | Fix debug message to show correct function name. | Jeremy Allison | 1 | -1/+1 |
2008-09-05 | Write times code update. | Jeremy Allison | 7 | -48/+117 |
2008-09-05 | Remove unecessary msync. | Jeremy Allison | 1 | -4/+0 |
2008-09-05 | Fix "warning: pointer of type 'void *' used in arithmetic". | Jeremy Allison | 1 | -1/+1 |
2008-09-05 | Revert "winbindd: the ad trusted_domains call should return talloced strings." | Günther Deschner | 1 | -5/+2 |
2008-09-05 | Fix a memleak | Qiao Yang | 1 | -1/+2 |
2008-09-05 | re-run make idl. | Günther Deschner | 3 | -0/+47 |
2008-09-05 | netapi: add SHARE_INFO_1005_FLAGS. | Günther Deschner | 1 | -1/+16 |
2008-09-05 | netapi: implement NetShareSetInfo_r. | Günther Deschner | 1 | -1/+59 |
2008-09-05 | netapi: add support for level 1004 in | Günther Deschner | 1 | -0/+13 |
2008-09-05 | netapi: add NetShareSetInfo example code. | Günther Deschner | 2 | -1/+112 |
2008-09-05 | netapi: add NetShareSetInfo to public header. | Günther Deschner | 1 | -0/+22 |
2008-09-05 | netapi: add skeleton for NetShareSetInfo. | Günther Deschner | 3 | -0/+75 |
2008-09-05 | re-run make idl. | Günther Deschner | 3 | -1/+54 |
2008-09-05 | netapi: add NetShareSetInfo to IDL. | Günther Deschner | 1 | -0/+12 |
2008-09-05 | netapi: implement NetShareEnum_r. | Günther Deschner | 1 | -1/+90 |
2008-09-05 | netapi: implement NetShareGetInfo_r. | Günther Deschner | 1 | -1/+154 |
2008-09-05 | netapi: add NetShareGetInfo example code. | Günther Deschner | 2 | -1/+159 |
2008-09-05 | netapi: add NetShareGetInfo to public header. | Günther Deschner | 1 | -0/+20 |
2008-09-05 | netapi: add skeleton for NetShareGetInfo. | Günther Deschner | 3 | -0/+72 |