Age | Commit message (Expand) | Author | Files | Lines |
2007-12-03 | Fix the build. fstrterminate was used in one place. | Jeremy Allison | 1 | -2/+2 |
2007-12-03 | Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c | Jeremy Allison | 4 | -81/+35 |
2007-12-03 | Change tdb_unpack "P" to return a malloc'ed string rather | Jeremy Allison | 4 | -15/+29 |
2007-12-03 | Last pstring here. | Jeremy Allison | 1 | -4/+6 |
2007-12-03 | Remove pstring from clirap2 by completely rewriting the damn | Jeremy Allison | 2 | -1687/+2216 |
2007-12-03 | Fix shutdown callers. | Günther Deschner | 1 | -6/+7 |
2007-12-03 | Fix wkssvc callers. | Günther Deschner | 2 | -8/+7 |
2007-12-03 | Fix dfs callers. | Günther Deschner | 1 | -42/+56 |
2007-12-03 | Fix svcctl callers. | Günther Deschner | 2 | -11/+11 |
2007-12-03 | Fix winreg callers. | Günther Deschner | 2 | -33/+34 |
2007-12-03 | Forgot header in previous commit. | Günther Deschner | 7 | -218/+218 |
2007-12-03 | Regenerate pidl rpc client calls that are WERROR based. | Günther Deschner | 7 | -218/+1090 |
2007-12-03 | Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep... | Michael Adam | 1 | -18/+0 |
2007-12-03 | Reformat configure checks for broken capabilities.h. | Michael Adam | 1 | -16/+24 |
2007-12-03 | Move check for broken system capabilites.h headers to lib/replace. | Michael Adam | 2 | -30/+30 |
2007-12-03 | Add check for ppc statfs.h header to workaround for broken capabilities.h. | Michael Adam | 1 | -1/+3 |
2007-12-03 | Add decode_wkssvc_join_password_buffer(). | Günther Deschner | 1 | -0/+29 |
2007-12-03 | Reanimate rpcclient wkssvc command. | Günther Deschner | 3 | -65/+35 |
2007-12-03 | Actually implement reboot feature for net dom join/unjoin. | Günther Deschner | 2 | -8/+77 |
2007-12-03 | Reformatting | Volker Lendecke | 1 | -2/+4 |
2007-12-02 | Fix some bogus uninitialized variable warnings | Volker Lendecke | 1 | -2/+2 |
2007-12-02 | Bump up debug level | Volker Lendecke | 1 | -2/+3 |
2007-12-01 | In nttransact_create, we also need to check for delete readonly | Volker Lendecke | 1 | -1/+2 |
2007-12-01 | Fix some C++ warnings | Volker Lendecke | 2 | -16/+11 |
2007-12-01 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-12-01 | Fix some C++ warnings | Volker Lendecke | 1 | -9/+3 |
2007-11-30 | Fix missing error cleanup noticed by Derrell. | Jeremy Allison | 1 | -3/+6 |
2007-11-30 | Ensure we have 2 bytes of zeros as a pad-buffer at the | Jeremy Allison | 1 | -40/+85 |
2007-11-30 | Whitespace cleanup. | Jeremy Allison | 1 | -209/+201 |
2007-11-30 | Remove pstring from clirap.c. | Jeremy Allison | 2 | -119/+188 |
2007-11-30 | Removed all pstrings from libsmbclient. Derryl please | Jeremy Allison | 1 | -46/+65 |
2007-11-30 | Fix restart after length count. | Jeremy Allison | 1 | -1/+6 |
2007-11-30 | Avoid to include net prototypes, just reference user creds. | Günther Deschner | 1 | -7/+16 |
2007-11-30 | Add "net dom" command suite to "net". | Günther Deschner | 3 | -2/+4 |
2007-11-30 | Add "net dom unjoin" code. | Günther Deschner | 1 | -0/+52 |
2007-11-30 | Add "net dom join" code. | Günther Deschner | 1 | -0/+116 |
2007-11-30 | Add header file for NetJoinDomain() and friends. | Günther Deschner | 1 | -0/+29 |
2007-11-30 | Add NetUnjoinDomain(). | Günther Deschner | 1 | -0/+74 |
2007-11-30 | Robustness-fixes for NetJoinDomain(). | Günther Deschner | 1 | -6/+13 |
2007-11-30 | Give NetJoinDomain() enough time to finish. | Günther Deschner | 1 | -0/+6 |
2007-11-30 | domain_name is a ref pointer. | Günther Deschner | 1 | -0/+5 |
2007-11-30 | Merge join error codes from Samba 4. | Günther Deschner | 2 | -0/+8 |
2007-11-30 | Add NetJoinDomain call. | Günther Deschner | 2 | -1/+87 |
2007-11-30 | Move param helper routines to one place. | Günther Deschner | 4 | -46/+51 |
2007-11-30 | Make encode_wkssvc_join_password_buffer() non-static. | Günther Deschner | 1 | -4/+4 |
2007-11-30 | Merge encode_wkssvc_join_password_buffer() from samba4. | Günther Deschner | 1 | -0/+36 |
2007-11-30 | Add talloc versions of all the next_token() functions. | Jeremy Allison | 2 | -608/+830 |
2007-11-29 | Remove pstrings from clifile.c. | Jeremy Allison | 1 | -25/+36 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 8 | -390/+530 |
2007-11-30 | Fix _reg_perfcount_get_instance_info() | Günther Deschner | 1 | -1/+1 |