Age | Commit message (Expand) | Author | Files | Lines |
2008-01-19 | util_str: Don't return memory from talloc_tos(), use mem_ctx instead. | Kai Blin | 1 | -6/+6 |
2008-01-17 | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 1 | -1/+1 |
2008-01-17 | Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c. | Michael Adam | 1 | -3/+1 |
2008-01-17 | Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes(). | Michael Adam | 1 | -2/+2 |
2008-01-17 | Convert sync_eventlog_params() to use reg_api instead of reg_frontend. | Michael Adam | 1 | -20/+26 |
2008-01-16 | Merge lsarpc.idl from samba4 and rerun make idl. | Günther Deschner | 1 | -1/+1 |
2008-01-16 | Fix (non-activated) _wkssvc_NetrJoinDomain2 server code. | Günther Deschner | 1 | -13/+12 |
2008-01-13 | Fix Compiler warnings by including the proper header. | Michael Adam | 1 | -2/+1 |
2008-01-11 | Fix CID 524 - reference before allocation fail null check. | Jeremy Allison | 1 | -1/+1 |
2008-01-10 | Some more talloc_tos() | Volker Lendecke | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 2 | -2/+2 |
2007-12-27 | Remove a silly static | Volker Lendecke | 1 | -6/+6 |
2007-12-21 | Deactive remote join code server side until some last issues are resolved. | Günther Deschner | 1 | -0/+4 |
2007-12-21 | Add _wkssvc_NetrJoinDomain2() server. | Günther Deschner | 1 | -3/+66 |
2007-12-21 | Some C++ fixes | Volker Lendecke | 4 | -4/+12 |
2007-12-21 | Some C++ warnings | Volker Lendecke | 4 | -4/+4 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 1 | -25/+1 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -2/+6 |
2007-12-17 | More static fstring elimination. | Jeremy Allison | 1 | -14/+14 |
2007-12-17 | Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames. | Michael Adam | 1 | -9/+28 |
2007-12-17 | Fix flags in call of lookup_name() in srv_samr_nt.c: can_create(). | Michael Adam | 1 | -2/+2 |
2007-12-16 | Make smb_np_struct talloc'ed | Volker Lendecke | 1 | -8/+11 |
2007-12-16 | Remove unused code | Volker Lendecke | 1 | -14/+0 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 2 | -4/+4 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 1 | -1/+3 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 4 | -67/+65 |
2007-12-14 | Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna... | Stefan Metzmacher | 1 | -28/+9 |
2007-12-13 | Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames. | Michael Adam | 1 | -9/+28 |
2007-12-10 | Fix return values for invalid printers. Found by kblin | Jeremy Allison | 1 | -5/+14 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -3/+3 |
2007-12-09 | Don't copy the rpc function pointers | Volker Lendecke | 1 | -7/+3 |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -4/+4 |
2007-12-01 | Fix some C++ warnings | Volker Lendecke | 1 | -15/+10 |
2007-11-30 | Merge recent wkssvc changes from samba4. | Günther Deschner | 1 | -27/+27 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 1 | -3/+9 |
2007-11-27 | Fixed obvious typo. | Jeremy Allison | 1 | -1/+1 |
2007-11-27 | Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c | Jeremy Allison | 1 | -232/+306 |
2007-11-27 | Fix old cut-and-paste bug where the wrong field was being written to. | Jeremy Allison | 1 | -2/+2 |
2007-11-27 | Whitespace cleanup. | Jeremy Allison | 1 | -1037/+1035 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 1 | -195/+315 |
2007-11-27 | fix a obscure compiler warning | Guenther Deschner | 1 | -3/+3 |
2007-11-27 | Remove pstring from everything in rpc_server except | Jeremy Allison | 7 | -268/+358 |
2007-11-27 | Remove some statics | Volker Lendecke | 1 | -1/+2 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 2 | -21/+27 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 1 | -3/+8 |
2007-11-12 | Remove all pstrings from smbd/chgpasswd.c. | Jeremy Allison | 1 | -26/+32 |
2007-11-09 | Make base64_encode_data_blob return a talloced string | Volker Lendecke | 1 | -4/+4 |
2007-11-08 | Fix case where we have no dns domain name. Return a talloc of "". | Jeremy Allison | 1 | -1/+1 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 2 | -9/+11 |
2007-11-05 | pstring removal | Volker Lendecke | 2 | -18/+12 |