Age | Commit message (Expand) | Author | Files | Lines |
2002-04-09 | Added WERR_INVALID_FORM_NAME constant. | Tim Potter | 3 | -0/+3 |
2002-04-09 | Add a become_root()/unbecome_root() pair to allow acces to the passdb for | Andrew Bartlett | 1 | -0/+4 |
2002-04-09 | Fixed setform and addform functions. | Tim Potter | 1 | -21/+17 |
2002-04-09 | Added constants for form types and WERROR values. | Tim Potter | 1 | -0/+38 |
2002-04-09 | The useless_ptr must be non-zero for addform and setform client functions | Tim Potter | 1 | -2/+5 |
2002-04-08 | a fix yet committed to 2.2 sometimes ago and reintroduced here! | Simo Sorce | 1 | -1/+1 |
2002-04-08 | Reintroduce the 2.2 name mangling code, until we get are more flexible solution. | Andrew Bartlett | 4 | -830/+805 |
2002-04-08 | Fix up major logic reversal flaws in pdb_ldap. | Andrew Bartlett | 1 | -36/+70 |
2002-04-07 | Spelling. | Tim Potter | 3 | -3/+3 |
2002-04-07 | uint32 store and fectch functions, a signed int is not enough sometimes | Simo Sorce | 1 | -0/+96 |
2002-04-07 | better check of called function's return | Simo Sorce | 2 | -59/+127 |
2002-04-06 | Always pass NT password as well as Lanman. | Jeremy Allison | 1 | -1/+1 |
2002-04-05 | Fix Gerry bug - MajorVersion should be 2 not 3. | Jeremy Allison | 1 | -1/+1 |
2002-04-05 | Fixed up admin user / guest user lookup. | Jeremy Allison | 1 | -5/+8 |
2002-04-05 | Use the new ads_do_search_all2 function. It provides sorted results. We now | Jim McDonough | 1 | -30/+18 |
2002-04-05 | Several updates to get server side sorting going: | Jim McDonough | 1 | -26/+78 |
2002-04-05 | New version of patch. | Tim Potter | 1 | -13/+15 |
2002-04-05 | make proto | Tim Potter | 1 | -0/+46 |
2002-04-05 | Added new files for drivers, forms and ports conversion routines. | Tim Potter | 1 | -0/+3 |
2002-04-05 | Fixed dodgy looking prototypes for py_to_* functions. | Tim Potter | 1 | -11/+11 |
2002-04-05 | Removed unused label. | Tim Potter | 1 | -1/+0 |
2002-04-05 | Converted drivers, forms and ports functions to use new conversion routines | Tim Potter | 6 | -145/+304 |
2002-04-05 | Added py_spoolss_printers_conv.c to spoolss extension. | Tim Potter | 1 | -0/+1 |
2002-04-05 | make proto | Tim Potter | 1 | -0/+2 |
2002-04-05 | New routines to convert between structures and python dictionaries. We now | Tim Potter | 1 | -0/+367 |
2002-04-05 | Throw a spoolss.werror exception when the rpc client routines return | Tim Potter | 1 | -272/+80 |
2002-04-05 | Don't include py_spoolss_conv.h by default. We want to hide these | Tim Potter | 1 | -1/+0 |
2002-04-05 | Added functions to return Python tuples (error code, error string) | Tim Potter | 2 | -0/+19 |
2002-04-05 | add utils/net_help.c to bin/net build | Jim McDonough | 1 | -1/+1 |
2002-04-05 | Lots more net consistency work: | Jim McDonough | 5 | -117/+470 |
2002-04-04 | Make bin/nsstest as part of torture target. | Tim Potter | 1 | -1/+2 |
2002-04-04 | Fixed some compile warnings. | Tim Potter | 2 | -2/+4 |
2002-04-04 | More spelling. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Multiple changes: | Jim McDonough | 1 | -11/+16 |
2002-04-04 | Cleanups to make auto-detection of method on net user smoother. | Jim McDonough | 1 | -5/+10 |
2002-04-04 | More updates for auto-detecting server connection method. Added net_ads_check() | Jim McDonough | 1 | -5/+38 |
2002-04-04 | small change in name_resolve_bcast() | Jean-François Micouleau | 1 | -1/+1 |
2002-04-04 | If compiling with Insure, mallocate a byte of memory and attach it to the | Tim Potter | 3 | -1/+45 |
2002-04-04 | Spelling. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Call poptFreeContext() as appropriate. | Tim Potter | 1 | -23/+30 |
2002-04-04 | oops | Tim Potter | 1 | -1/+1 |
2002-04-04 | Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() instead | Tim Potter | 1 | -1/+1 |
2002-04-04 | Rerun autoconf. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Use m4-mode when editinging configure.in under emacs. | Tim Potter | 1 | -1/+2 |
2002-04-04 | Also look for libinsure.so where the full version installs it. | Tim Potter | 1 | -0/+5 |
2002-04-04 | Free popt context after argument parsing. | Tim Potter | 1 | -0/+2 |
2002-04-04 | Fixed memory leak in make_pdb_context_name() | Tim Potter | 1 | -17/+25 |
2002-04-04 | Add non-ads version of net_ads_help for build on non-ads machines. | Jim McDonough | 1 | -0/+6 |
2002-04-04 | Correct error string function call to ads_errstr() | Jim McDonough | 1 | -3/+3 |
2002-04-04 | Fix up conversion code from old winbindd versions (some testing needed). | Jeremy Allison | 4 | -67/+179 |