Age | Commit message (Expand) | Author | Files | Lines |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -4/+0 |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 1 | -0/+2 |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+9 |
2009-02-02 | s4:cluster: s/private/private_data | Stefan Metzmacher | 2 | -2/+2 |
2008-12-29 | s4:cluster: fix dependency to TDB_WRAP | Stefan Metzmacher | 1 | -0/+1 |
2008-12-29 | s4:cluster: remove old/broken ctdb code | Stefan Metzmacher | 93 | -28435/+0 |
2008-12-23 | Use 32-bit smbpid in interface as required by SMB2, in line with | Jelmer Vernooij | 1 | -3/+3 |
2008-12-17 | s4: fix LIBEVENTS dependencies and use more forward declarations | Stefan Metzmacher | 5 | -5/+1 |
2008-12-16 | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the... | Jelmer Vernooij | 3 | -3/+3 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -0/+1 |
2008-10-15 | Fix includes. | Jelmer Vernooij | 3 | -2/+3 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 5 | -6/+6 |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -4/+4 |
2008-09-16 | Fix last few includes to use new tdb location. | Jelmer Vernooij | 2 | -2/+2 |
2008-09-16 | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 21 | -21/+21 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 8 | -8/+8 |
2008-06-03 | opendb: add write time handling | Stefan Metzmacher | 1 | -28/+23 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 2 | -4/+5 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -1/+1 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 2 | -8/+11 |
2008-03-27 | Fix references to ntvfs share config | Andrew Bartlett | 1 | -1/+1 |
2008-03-27 | Make oplocks a per-share option. | Andrew Bartlett | 1 | -1/+1 |
2008-03-12 | opendb: pass down a pointer to the fd in odb_open_file() | Stefan Metzmacher | 1 | -1/+1 |
2008-03-07 | opendb: force odb_can_open() before odb_open_file() | Stefan Metzmacher | 1 | -93/+7 |
2008-03-06 | opendb: add allow_level_II_oplock parameter to odb_open_file() | Stefan Metzmacher | 1 | -0/+1 |
2008-02-29 | opendb: add odb_get_path() | Stefan Metzmacher | 1 | -0/+20 |
2008-02-28 | opendb: only return delete_on_close on odb_get_delete_on_close() | Stefan Metzmacher | 1 | -13/+3 |
2008-02-28 | opendb: return the path that should be deleted in odb_close_file() | Stefan Metzmacher | 1 | -1/+12 |
2008-02-26 | opendb: unify the parameters of odb_open_file() and odb_can_open() | Stefan Metzmacher | 1 | -3/+4 |
2008-02-26 | opendb: pass down open_disposition and break_to_none to odb_open_file() | Stefan Metzmacher | 1 | -5/+7 |
2008-02-26 | opendb: add odb_break_oplocks() function | Stefan Metzmacher | 1 | -1/+12 |
2008-02-25 | opendb: add odb_update_oplock() call | Stefan Metzmacher | 1 | -1/+15 |
2008-02-25 | opendb: add odb_get_key() function to get the key back from a struct odb_lock | Stefan Metzmacher | 1 | -0/+11 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-04 | Fix a few more breakages from our recent changes to the server_id | Andrew Bartlett | 1 | -1/+3 |
2008-02-04 | Rework cluster_id() to take an additional argument, as we need | Andrew Bartlett | 5 | -9/+11 |
2008-01-03 | r26653: Janitorial: Remove global_loadparm use in two more places. | Jelmer Vernooij | 1 | -2/+2 |
2008-01-02 | r26645: Janitorial: Fix a couple of warnings. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26640: Janitorial: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 5 | -5/+9 |
2007-12-21 | r26379: Remove more global_loadparm instances. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26274: Some syntax fixes, remove more global_loadparm instances. | Jelmer Vernooij | 2 | -4/+4 |
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26269: Fix a couple more references to global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26101: remove some unused includes | Jelmer Vernooij | 7 | -7/+1 |
2007-12-21 | r26015: fix dependecies | Stefan Metzmacher | 1 | -1/+3 |